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)

적용 대상