Свойство CrossDBOwnershipChaining
Gets the ConfigProperty object that is used to set the cross DB ownership chaining configuration option.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property CrossDBOwnershipChaining As ConfigProperty
Get
'Применение
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.CrossDBOwnershipChaining
public ConfigProperty CrossDBOwnershipChaining { get; }
public:
property ConfigProperty^ CrossDBOwnershipChaining {
ConfigProperty^ get ();
}
member CrossDBOwnershipChaining : ConfigProperty
function get CrossDBOwnershipChaining () : ConfigProperty
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
A ConfigProperty object that specifies the settings for the cross DB ownership chaining configuration option.