DatabaseOptions.DatabaseOwnershipChaining プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseOwnershipChaining As Boolean 
    Get 
    Set
'使用
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.DatabaseOwnershipChaining

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

プロパティ値

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

使用例

プロパティの設定

関連項目

参照

DatabaseOptions クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース オプション