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입니다.

특성

적용 대상