Condividi tramite


IDTSInput90.IsSorted Property

Gets a value that indicates whether the columns in an IDTSInputColumnCollection90 are sorted.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
<DispIdAttribute(111)> _
ReadOnly Property IsSorted As Boolean
[DispIdAttribute(111)] 
bool IsSorted { get; }
[DispIdAttribute(111)] 
property bool IsSorted {
    bool get ();
}
/** @property */
/** @attribute DispIdAttribute(111) */ 
boolean get_IsSorted ()
DispIdAttribute(111) 
function get IsSorted () : boolean

Valore proprietà

true if the columns are sorted; otherwise, false.

Osservazioni

Testo aggiornato:17 luglio 2006

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IDTSInput90 Interface
IDTSInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace