IExplorerDetailsView.SetExplorerView(IExplorerView) メソッド

定義

現在のビューを設定し、サービスプロバイダーとしても利用可能で、現在のナビゲーションコンテキストを取得するために利用でき、接続やその他有用な情報へのアクセスも提供します。

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)

パラメーター

view
IExplorerView

エクスプローラーのビューを表すインターフェースです。

適用対象