Propriedade ISchemaHierarchyGenerator.DataSchemaModel
Obtém ou define o Gerenciador de esquema.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Property DataSchemaModel As DataSchemaModel
Get
Set
DataSchemaModel DataSchemaModel { get; set; }
property DataSchemaModel^ DataSchemaModel {
DataSchemaModel^ get ();
void set (DataSchemaModel^ value);
}
abstract DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
function set DataSchemaModel (value : DataSchemaModel)
Valor de propriedade
Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
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
ISchemaHierarchyGenerator Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer