Compartir a través de


DependencyNode.IsSchemaBound Propiedad

Determines if the Dependency Node is bound to a schema

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Overridable Property IsSchemaBound As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DependencyNode Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo