IDTSVirtualInput90.IsSorted Property
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput90 are sorted.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
<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
Valor de propiedad
true if the IsSorted property of the IDTSOutput90 representing the virtual input is true; otherwise, false.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDTSVirtualInput90 Interface
IDTSVirtualInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace