DatabaseOwnershipChaining プロパティ

データベースの組み合わせ所有権がアクティブであるかどうかを示す Boolean プロパティ値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property DatabaseOwnershipChaining As Boolean
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .Boolean
データベースの組み合わせ所有権がアクティブであるかどうかを示す Boolean 値。
True の場合、データベースの組み合わせ所有権はアクティブです。False (既定値) の場合、データベースの組み合わせ所有権はアクティブではありません。