IsSorted Propiedad
Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the IsSorted property of the IDTSOutput100 representing the virtual input is true; otherwise, false.
Vea también