IExplorerDetailsView.SetExplorerView Method
Sets the current view that can also be used as a service provider and can be used to get the current navigation context which also provides access to the connection and other useful information.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Sub SetExplorerView ( _
view As IExplorerView _
)
'Usage
Dim instance As IExplorerDetailsView
Dim view As IExplorerView
instance.SetExplorerView(view)
void SetExplorerView(
IExplorerView view
)
void SetExplorerView(
IExplorerView^ view
)
abstract SetExplorerView :
view:IExplorerView -> unit
function SetExplorerView(
view : IExplorerView
)
Parameters
- view
Type: Microsoft.SqlServer.Management.Explorer.IExplorerView
An interface that represents the view of the explorer.