CrossDBOwnershipChainingEnabled 属性
Gets or sets the CrossDBOwnershipChainingEnabled property value.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")> _
<DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")> _
Property CrossDBOwnershipChainingEnabled As Boolean
Get
Set
用法
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.CrossDBOwnershipChainingEnabled
instance.CrossDBOwnershipChainingEnabled = value
[DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")]
[DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")]
bool CrossDBOwnershipChainingEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"CrossDBOwnershipChainingEnabledDesc")]
[DisplayNameKeyAttribute(L"CrossDBOwnershipChainingEnabledName")]
property bool CrossDBOwnershipChainingEnabled {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")>]
[<DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")>]
abstract CrossDBOwnershipChainingEnabled : bool with get, set
function get CrossDBOwnershipChainingEnabled () : boolean
function set CrossDBOwnershipChainingEnabled (value : boolean)