IExplorerViewHost 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示主控總管檢視的介面。
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) |