Свойство 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)
Значение свойства
См. также