Share via


IDTSVirtualInput100.IsSorted Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property IsSorted As Boolean
    Get
'Usage
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

Property Value

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