DependencyNode.IsSchemaBound Property

 

Applies To: SQL Server 2016 Preview

Determines if the Dependency Node is bound to a schema

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public virtual bool IsSchemaBound { get; set; }
public:
property bool IsSchemaBound {
    virtual bool get();
    virtual void set(bool value);
}
abstract IsSchemaBound : bool with get, set
override IsSchemaBound : bool with get, set
Public Overridable Property IsSchemaBound As Boolean

Property Value

Type: System.Boolean

True if the Dependency Node is bound to a schema; otherwise, false.

See Also

DependencyNode Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top