IExplorerViewDescriptor Interface

Defines a method that represents the ExplorerViewDescriptor.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IExplorerViewDescriptor _
    Inherits ISupportUserCustomization
'Usage
Dim instance As IExplorerViewDescriptor
public interface IExplorerViewDescriptor : ISupportUserCustomization
public interface class IExplorerViewDescriptor : ISupportUserCustomization
type IExplorerViewDescriptor =  
    interface
        interface ISupportUserCustomization
    end
public interface IExplorerViewDescriptor extends ISupportUserCustomization

The IExplorerViewDescriptor type exposes the following members.

Properties

  Name Description
Public property Columns Gets the column of the descriptor if applicable.
Public property DetailsViews Gets the detail view of the descriptor.
Public property DisplayName Gets the display name of the descriptor.
Public property ViewType Gets the type of the view of the descriptor.

Top

Methods

  Name Description
Public method ResetUserCustomizations Resets Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.)
Public method SaveUserCustomizations Saves Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.)

Top