IServerSecurityFacet.CrossDBOwnershipChainingEnabled Property
Gets or sets a value that indicates whether the cross DB ownership chaining is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("CrossDBOwnershipChainingEnabledDesc")> _
<DisplayNameKeyAttribute("CrossDBOwnershipChainingEnabledName")> _
Property CrossDBOwnershipChainingEnabled As Boolean
Get
Set
'Kullanım
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)
Property Value
Type: System.Boolean
true if the cross DB ownership chaining is enabled; otherwise, false.