Aracılığıyla paylaş


DatabaseOptions.DatabaseOwnershipChaining Özelliği

Alır veya ayarlar bir Boolean özellik değeri belirleyen bir veritabanı sahipliği zincir olup etkin.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute> _
Public Property DatabaseOwnershipChaining As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
A Boolean değeri belirleyen bir veritabanı sahipliği zincir olup etkin.
Doğru , veritabanı sahipliği zincir oluşturma etkin.Aksi takdirde, yanlış (varsayılan).