Właściwość ServerAdapterBase.CrossDBOwnershipChainingEnabled
Pobiera lub ustawia Boolean wartość, która określa, czy jest włączona właściwość odwołanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property CrossDBOwnershipChainingEnabled As Boolean
Get
Set
'Użycie
Dim instance As ServerAdapterBase
Dim value As Boolean
value = instance.CrossDBOwnershipChainingEnabled
instance.CrossDBOwnershipChainingEnabled = value
public bool CrossDBOwnershipChainingEnabled { get; set; }
public:
virtual property bool CrossDBOwnershipChainingEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract CrossDBOwnershipChainingEnabled : bool with get, set
override CrossDBOwnershipChainingEnabled : bool with get, set
final function get CrossDBOwnershipChainingEnabled () : boolean
final function set CrossDBOwnershipChainingEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość czy odwołanie właściwość jest włączona.
Jeśli True, właściwość jest włączona.W przeciwnym razie jest używana wartość False.