DependencyNode.IsSchemaBound 속성

Determines if the Dependency Node is bound to a schema

네임스페이스:  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 if the Dependency Node is bound to a schema; otherwise, false.

참고 항목

참조

DependencyNode 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스