DependencyNode.IsSchemaBound プロパティ
依存関係ノードがスキーマにバインドされるかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Overridable Property IsSchemaBound As Boolean
Get
Set
'使用
Dim instance As DependencyNode
Dim value As Boolean
value = instance.IsSchemaBound
instance.IsSchemaBound = value
public virtual bool IsSchemaBound { get; set; }
public:
virtual property bool IsSchemaBound {
bool get ();
void set (bool value);
}
abstract IsSchemaBound : bool with get, set
override IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean
function set IsSchemaBound (value : boolean)
プロパティ値
型: System.Boolean
依存関係ノードがスキーマにバインドされている場合は true、それ以外の場合は false です。