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

プロパティ値

が並べ替えられている場合は true。それ以外の場合は false

属性

注釈

IsSorted プロパティと SortKeyPosition プロパティは連携して、入力で受信したデータが入力列の の値で指定された順序で既に並べ替えられていることをデータ フロー内の他の SortKeyPosition コンポーネントに通知します。 これらのプロパティでは、並べ替えは行われません。

適用対象