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 命名空间