Propriedade SchemaModelViewerControllerBase.SchemaView
Obtém ou define a visualização Esquema referência.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Protected Property SchemaView As IDatabaseSchemaView
Get
Set
protected IDatabaseSchemaView SchemaView { get; set; }
protected:
property IDatabaseSchemaView^ SchemaView {
IDatabaseSchemaView^ get ();
void set (IDatabaseSchemaView^ value);
}
member SchemaView : IDatabaseSchemaView with get, set
function get SchemaView () : IDatabaseSchemaView
function set SchemaView (value : IDatabaseSchemaView)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.IDatabaseSchemaView
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
SchemaModelViewerControllerBase Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer