Compartir a través de


DatabaseSchemaViewNode.IsExpandable (Propiedad)

Obtiene o establece un valor que indica si este nodo se puede expandir.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Property IsExpandable As Boolean
    Get
    Set
public bool IsExpandable { get; set; }
public:
virtual property bool IsExpandable {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsExpandable : bool with get, set
override IsExpandable : bool with get, set
final function get IsExpandable () : boolean
final function set IsExpandable (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Implementaciones

ISchemaModelViewerNode.IsExpandable

Comentarios

Un nodo es expansible si puede tener nodos secundarios.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewNode Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)