IExplorerViewDescriptor 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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) |