Share via


IDTSInputColumn100.SortKeyPosition 속성

Gets the sort key of an input column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property SortKeyPosition As Integer 
    Get
‘사용 방법
Dim instance As IDTSInputColumn100 
Dim value As Integer 

value = instance.SortKeyPosition
int SortKeyPosition { get; }
property int SortKeyPosition {
    int get ();
}
abstract SortKeyPosition : int
function get SortKeyPosition () : int

속성 값

유형: System.Int32
An Integer that specifies the sort key of the column.

주의

A non-zero SortKeyPosition value for a column indicates that rows are sorted on the column. A positive value indicates an ascending sort; a negative value indicates a descending sort. SortKeyPosition values must represent a numeric sequence, starting with 1 and incremented by 1. The absolute value of a negative number determines its place in the sequence.

The IsSorted and SortKeyPosition properties work together to inform other components in the data flow that the data received in an input is already sorted in the order specified by the value of the SortKeyPosition of the input columns. These properties do not cause any sorting to occur.

참고 항목

참조

IDTSInputColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스