Share via


Dependency.IsSchemaBound プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。親との依存関係がスキーマ バインドされているかどうかを示す値を、取得または設定します。

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

構文

'宣言
Public Property IsSchemaBound As Boolean 
    Get 
    Set
'使用
Dim instance As Dependency 
Dim value As Boolean 

value = instance.IsSchemaBound

instance.IsSchemaBound = value
public bool IsSchemaBound { get; set; }
public:
property bool IsSchemaBound {
    bool get ();
    void set (bool value);
}
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean 
function set IsSchemaBound (value : boolean)

プロパティ値

型: System.Boolean
親との依存関係がスキーマ バインドされている場合は true、それ以外の場合は false です。

関連項目

参照

Dependency クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間