Freigeben über


IDTSVirtualInput100.IsSorted-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSVirtualInput100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace