Condividi tramite


IDTSVirtualInput90.IsSorted Property

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

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

Sintassi

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

Valore proprietà

true if the IsSorted property of the IDTSOutput90 representing the virtual input is true; otherwise, false.

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

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