IDTSInput100.IsSorted 屬性

定義

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

屬性值

若欄位排序為;否則,則為錯誤

屬性

備註

IsSorted 與 SortKeyPosition 屬性協同運作,通知資料流中的其他元件,輸入中接收的資料已依輸入欄位的值 SortKeyPosition 所指定的排序順序完成。 這些屬性不會導致任何排序發生。

適用於