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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView