IExplorerDetailsView.SetExplorerView(IExplorerView) Method

Definition

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.

public:
 void SetExplorerView(Microsoft::SqlServer::Management::Explorer::IExplorerView ^ view);
public void SetExplorerView (Microsoft.SqlServer.Management.Explorer.IExplorerView view);
abstract member SetExplorerView : Microsoft.SqlServer.Management.Explorer.IExplorerView -> unit
Public Sub SetExplorerView (view As IExplorerView)

Parameters

view
IExplorerView

An interface that represents the view of the explorer.

Applies to