Share via


IExplorerView.Host Property

Gets or sets the Explorer to the view host.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Property Host As IExplorerViewHost
    Get
    Set
'Usage
Dim instance As IExplorerView
Dim value As IExplorerViewHost

value = instance.Host

instance.Host = value
IExplorerViewHost Host { get; set; }
property IExplorerViewHost^ Host {
    IExplorerViewHost^ get ();
    void set (IExplorerViewHost^ value);
}
abstract Host : IExplorerViewHost with get, set
function get Host () : IExplorerViewHost
function set Host (value : IExplorerViewHost)

Property Value

Type: Microsoft.SqlServer.Management.Explorer.IExplorerViewHost
The Explorer to view host.