DatabaseSchemaViewInitializedEventArgs.DatabaseSchemaView Property
Gets the primary interface to the initialized schema view.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property DatabaseSchemaView As IDatabaseSchemaView
Get
Private Set
'Usage
Dim instance As DatabaseSchemaViewInitializedEventArgs
Dim value As IDatabaseSchemaView
value = instance.DatabaseSchemaView
public IDatabaseSchemaView DatabaseSchemaView { get; private set; }
public:
property IDatabaseSchemaView^ DatabaseSchemaView {
IDatabaseSchemaView^ get ();
private: void set (IDatabaseSchemaView^ value);
}
function get DatabaseSchemaView () : IDatabaseSchemaView
private function set DatabaseSchemaView (value : IDatabaseSchemaView)
member DatabaseSchemaView : IDatabaseSchemaView with get, private set
Property Value
.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
DatabaseSchemaViewInitializedEventArgs Class
DatabaseSchemaViewInitializedEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace