Udostępnij za pośrednictwem


Właściwość DatabaseOptions.DatabaseOwnershipChaining

Pobiera lub ustawia Boolean wartości właściwość, która określa, czy tworzenie łańcucha własności bazy danych jest aktywny.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute> _
Public Property DatabaseOwnershipChaining As Boolean
    Get
    Set
'Użycie
Dim instance As DatabaseOptions
Dim value As Boolean

value = instance.DatabaseOwnershipChaining

instance.DatabaseOwnershipChaining = value
[SfcPropertyAttribute]
public bool DatabaseOwnershipChaining { get; set; }
[SfcPropertyAttribute]
public:
property bool DatabaseOwnershipChaining {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member DatabaseOwnershipChaining : bool with get, set
function get DatabaseOwnershipChaining () : boolean
function set DatabaseOwnershipChaining (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość, która określa, czy tworzenie łańcucha własności bazy danych jest aktywny.
Jeśli True, tworzenie łańcucha własności bazy danych jest aktywny.W przeciwnym razie False (domyślnie).