Compartir a través de


DatabaseSchemaViewElementNode.ModelElement (Propiedad)

Obtiene o establece el elemento de modelo asociado a este nodo de la Vista de esquema.

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 ModelElement As IModelElement
    Get
    Set
public IModelElement ModelElement { get; set; }
public:
virtual property IModelElement^ ModelElement {
    IModelElement^ get () sealed;
    void set (IModelElement^ value) sealed;
}
abstract ModelElement : IModelElement with get, set
override ModelElement : IModelElement with get, set
final function get ModelElement () : IModelElement
final function set ModelElement (value : IModelElement)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Implementaciones

ISchemaModelViewerElementNode.ModelElement

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewElementNode Clase

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