Compartilhar via


Propriedade DatabaseSchemaViewNode.NodeTypeId

Obtém ou define a identificação do tipo de nó.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Property NodeTypeId As Object
    Get
    Set
public Object NodeTypeId { get; set; }
public:
virtual property Object^ NodeTypeId {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract NodeTypeId : Object with get, set
override NodeTypeId : Object with get, set
final function get NodeTypeId () : Object
final function set NodeTypeId (value : Object)

Valor de propriedade

Tipo: System.Object

Implementações

ISchemaModelViewerNode.NodeTypeId

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewNode Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView