Condividi tramite


Proprietà DependencyNode.IsSchemaBound

Determines if the Dependency Node is bound to a schema

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Overridable Property IsSchemaBound As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
True if the Dependency Node is bound to a schema; otherwise, false.

Vedere anche

Riferimento

DependencyNode Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo