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)

public interface class IExplorerViewDescriptor : ISupportUserCustomization

NameDescription
System_CAPS_pubpropertyColumns

Gets the column of the descriptor if applicable.

System_CAPS_pubpropertyDetailsViews

Gets the detail view of the descriptor.

System_CAPS_pubpropertyDisplayName

Gets the display name of the descriptor.

System_CAPS_pubpropertyViewType

Gets the type of the view of the descriptor.

NameDescription
System_CAPS_pubmethodResetUserCustomizations()

Resets Explorer user customizations in SQL Server Management Studio.(Inherited from ISupportUserCustomization.)

System_CAPS_pubmethodSaveUserCustomizations()

Saves Explorer user customizations in SQL Server Management Studio.(Inherited from ISupportUserCustomization.)

Return to top
Show: