Compartir a través de


IsSorted Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property IsSorted As Boolean
    Get
    Set
'Uso
Dim instance As IDTSOutput100
Dim value As Boolean

value = instance.IsSorted

instance.IsSorted = value
bool IsSorted { get; set; }
property bool IsSorted {
    bool get ();
    void set (bool value);
}
abstract IsSorted : bool with get, set
function get IsSorted () : boolean
function set IsSorted (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the columns in the output are sorted; otherwise, false.