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

一個代表瀏覽器視圖的介面。

適用於