IExplorerViewHost 介面

定義

表示主控總管檢視的介面。

public interface class IExplorerViewHost : IServiceProvider, Microsoft::SqlServer::Management::Explorer::ISupportUserCustomization
public interface IExplorerViewHost : IServiceProvider, Microsoft.SqlServer.Management.Explorer.ISupportUserCustomization
type IExplorerViewHost = interface
    interface ISupportUserCustomization
    interface IServiceProvider
Public Interface IExplorerViewHost
Implements IServiceProvider, ISupportUserCustomization
實作

屬性

CurrentView

取得檢視專屬的目前控制項。

方法

Navigate(INavigationContext)

允許使用者導覽總管檢視。

ResetUserCustomizations()

在 SQL Server Management Studio 中重設總管使用者自訂設定。

(繼承來源 ISupportUserCustomization)
SaveUserCustomizations()

在 SQL Server Management Studio 中儲存總管使用者自訂設定。

(繼承來源 ISupportUserCustomization)

適用於