IExplorerViewDescriptor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a method that represents the ExplorerViewDescriptor.
public interface class IExplorerViewDescriptor : Microsoft::SqlServer::Management::Explorer::ISupportUserCustomization
public interface IExplorerViewDescriptor : Microsoft.SqlServer.Management.Explorer.ISupportUserCustomization
type IExplorerViewDescriptor = interface
interface ISupportUserCustomization
Public Interface IExplorerViewDescriptor
Implements ISupportUserCustomization
- Implements
Properties
Columns |
Gets the column of the descriptor if applicable. |
DetailsViews |
Gets the detail view of the descriptor. |
DisplayName |
Gets the display name of the descriptor. |
ViewType |
Gets the type of the view of the descriptor. |
Methods
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) |