IDTSOutputColumn100.SortKeyPosition 속성

정의

출력 열의 정렬 키를 받거나 설정합니다.

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씩 증가하는 숫자 순서를 나타내야 합니다. 음수의 절대값이 그 숫자의 순서를 결정합니다.

적용 대상