IExplorerViewDescriptor 接口

定义

定义表示 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
实现

属性

Columns

获取描述符的列(如果适用)。

DetailsViews

获取描述符的详细信息视图。

DisplayName

获取描述符的显示名称。

ViewType

获取描述符的视图的类型。

方法

ResetUserCustomizations()

在 SQL Server Management Studio 中重置资源管理器用户自定义设置。

(继承自 ISupportUserCustomization)
SaveUserCustomizations()

在 SQL Server Management Studio 中保存资源管理器用户自定义设置。

(继承自 ISupportUserCustomization)

适用于