Compartilhar via


Propriedade do RDL IDTSInput100.IsSorted

Gets a value that indicates whether the columns in an IDTSInputColumnCollection100 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 IDTSInput100 
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 columns are sorted; otherwise, false.

Comentários

The IsSorted and SortKeyPosition properties work together to inform other components in the data flow that the data received in an input is already sorted in the order specified by the value of the SortKeyPosition of the input columns. These properties do not cause any sorting to occur.

Consulte também

Referência

IDTSInput100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper