SchemaModelViewerControllerBase.SchemaView Property
Gets or sets the Schema View reference.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Property SchemaView As IDatabaseSchemaView
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)
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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace