IDTSOutputColumn100.SortKeyPosition 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
출력 열의 정렬 키를 가져오거나 설정합니다.
public:
property int SortKeyPosition { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(110)]
public int SortKeyPosition { [System.Runtime.InteropServices.DispId(110)] get; [System.Runtime.InteropServices.DispId(110)] set; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
[<set: System.Runtime.InteropServices.DispId(110)>]
member this.SortKeyPosition : int with get, set
Public Property SortKeyPosition As Integer
속성 값
출력 열의 정렬 키 위치입니다.
- 특성
설명
열에 대해 0 SortKeyPosition 이 아닌 값은 행이 열에서 정렬됨을 나타냅니다. 양수 값은 오름차순 정렬을 나타냅니다. 음수 값은 내림차순 정렬을 나타냅니다. SortKeyPosition 값은 1부터 시작하여 1씩 증가되는 숫자 시퀀스를 나타내야 합니다. 음수의 절대값은 시퀀스의 위치를 결정합니다.