IExplorerDetailsView.SetExplorerView(IExplorerView) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定當前視圖,亦可作為服務提供者使用,並取得當前導航上下文,並提供連線及其他有用資訊的存取。
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
一個代表瀏覽器視圖的介面。