IExplorerViewDescriptor Interface

Definition

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)

Applies to