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

プロパティ値

出力の列がソートされている場合は真です。そうでなければ、誤りです。

属性

適用対象