SchemaModelViewerInitializedEventArgs.SchemaModelViewer Property
Gets or sets the primary interface to the now initialized Schema View or Dependency View.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property SchemaModelViewer As IDatabaseSchemaView
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)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.IDatabaseSchemaView
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaModelViewerInitializedEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace