IDTSOutput100.IsSorted 속성

Gets a value that indicates whether the columns in an output object are sorted.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property IsSorted As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IDTSOutput100 
Dim value As Boolean 

value = instance.IsSorted

instance.IsSorted = value
bool IsSorted { get; set; }
property bool IsSorted {
    bool get ();
    void set (bool value);
}
abstract IsSorted : bool with get, set
function get IsSorted () : boolean 
function set IsSorted (value : boolean)

속성 값

유형: System.Boolean
true if the columns in the output are sorted; otherwise, false.

참고 항목

참조

IDTSOutput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스