IDTSInputColumn100.SortKeyPosition 속성

정의

입력 열의 정렬 키를 가져옵니다.

public:
 property int SortKeyPosition { int get(); };
[System.Runtime.InteropServices.DispId(123)]
public int SortKeyPosition { [System.Runtime.InteropServices.DispId(123)] get; }
[<System.Runtime.InteropServices.DispId(123)>]
[<get: System.Runtime.InteropServices.DispId(123)>]
member this.SortKeyPosition : int
Public ReadOnly Property SortKeyPosition As Integer

속성 값

열의 정렬 키를 지정하는 정수입니다.

특성

설명

열에 대한 0 SortKeyPosition 이 아닌 값은 행이 열에서 정렬됨을 나타냅니다. 양수 값은 오름차순 정렬을 나타냅니다. 음수 값은 내림차순 정렬을 나타냅니다. SortKeyPosition 값은 1부터 시작하여 1씩 증가하는 숫자 시퀀스를 나타내야 합니다. 음수의 절대값은 시퀀스의 위치를 결정합니다.

SortKeyPosition 속성은 IsSorted 함께 작동하여 입력에서 받은 데이터가 입력 열의 값으로 지정된 순서대로 이미 정렬되어 있음을 데이터 흐름의 SortKeyPosition 다른 구성 요소에 알릴 수 있습니다. 이러한 속성으로 인해 정렬이 발생하지 않습니다.

적용 대상