IExplorerViewHost Interface
Represents an interface that hosts the Explorer view.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Public Interface IExplorerViewHost _
Inherits ISupportUserCustomization, IServiceProvider
'Usage
Dim instance As IExplorerViewHost
public interface IExplorerViewHost : ISupportUserCustomization,
IServiceProvider
public interface class IExplorerViewHost : ISupportUserCustomization,
IServiceProvider
type IExplorerViewHost =
interface
interface ISupportUserCustomization
interface IServiceProvider
end
public interface IExplorerViewHost extends ISupportUserCustomization, IServiceProvider
The IExplorerViewHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetService | (Inherited from IServiceProvider.) | |
Navigate | Allows the user to navigate the Explorer view. | |
ResetUserCustomizations | Resets Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.) | |
SaveUserCustomizations | Saves Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.) |
Top