Compartilhar via


Propriedade do RDL IDTSVirtualInput100.IsSorted

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 (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property IsSorted As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSVirtualInput100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper