IDTSOutput100.IsSorted プロパティ

定義

出力オブジェクトの列を並べ替えるかどうかを示す値を取得します。

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

プロパティ値

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

属性

適用対象