次の方法で共有


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

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

適用対象