IDTSInput100.IsSorted Property

Definition

Gets a value that indicates whether the columns in an IDTSInputColumnCollection100 are sorted.

public:
 property bool IsSorted { bool get(); };
[System.Runtime.InteropServices.DispId(111)]
public bool IsSorted { [System.Runtime.InteropServices.DispId(111)] get; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
member this.IsSorted : bool
Public ReadOnly Property IsSorted As Boolean

Property Value

true if the columns are sorted; otherwise, false.

Attributes

Remarks

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.

Applies to