다음을 통해 공유


IsSorted 속성

Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.

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

구문

‘선언
ReadOnly Property IsSorted As Boolean
    Get
‘사용 방법
Dim instance As IDTSVirtualInput100
Dim value As Boolean

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

속성 값

유형: System. . :: . .Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.