IExplorerViewColumn 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ExplorerViewColumn의 속성을 표시합니다.
public interface class IExplorerViewColumn : Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor
public interface IExplorerViewColumn : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
type IExplorerViewColumn = interface
interface IExplorerPropertyDescriptor
Public Interface IExplorerViewColumn
Implements IExplorerPropertyDescriptor
- 구현
속성
| DisplayName |
열 머리글 및 속성 뷰어에 표시할 이름을 가져옵니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| Index |
탐색기 뷰에 대해 지정한 인덱스를 가져오거나 설정합니다. |
| Name |
열거자 또는 SFC(System File Checker) 속성 이름과 일치해야 하는 이름을 가져옵니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| Priority |
속성 뷰어에서 속성의 순서를 가져옵니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| PropertyType |
속성의 유형을 가져옵니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| SortOrder |
탐색기 뷰의 정렬 순서를 가져오거나 설정합니다. |
| TargetType |
선택적 속성 대상 값 유형을 가져옵니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| TextAlign |
열에 표시되는 텍스트의 가로 맞춤을 가져오거나 설정합니다. |
| Visible |
열이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
| Width |
열의 현재 너비를 가져오거나 설정합니다. |
메서드
| GetValue(IExplorerItem) |
원시 속성 값을 검색하고 유형으로의 변환을 지정합니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| GetValueAsImage(IExplorerItem) |
원시 속성 값을 이미지로 변환합니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |
| GetValueAsString(IExplorerItem) |
기본 유형 변환기를 사용하여 원시 속성 값을 문자열로 변환합니다. (다음에서 상속됨 IExplorerPropertyDescriptor) |