Propriedade SchemaModelViewerInitializedEventArgs.SchemaModelViewer
Obtém ou define a interface primária para a visualização Esquema ou o modo de exibição de dependência agora é inicializado.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property SchemaModelViewer As IDatabaseSchemaView
Get
Private Set
public IDatabaseSchemaView SchemaModelViewer { get; private set; }
public:
property IDatabaseSchemaView^ SchemaModelViewer {
IDatabaseSchemaView^ get ();
private: void set (IDatabaseSchemaView^ value);
}
member SchemaModelViewer : IDatabaseSchemaView with get, private set
function get SchemaModelViewer () : IDatabaseSchemaView
private function set SchemaModelViewer (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
SchemaModelViewerInitializedEventArgs Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer