Share via


IDTSOutput100.IsSorted Propiedad

Definición

Obtiene un valor que indica si las columnas de un objeto de salida están ordenadas.

public:
 property bool IsSorted { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(111)]
public bool IsSorted { [System.Runtime.InteropServices.DispId(111)] get; [System.Runtime.InteropServices.DispId(111)] set; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
[<set: System.Runtime.InteropServices.DispId(111)>]
member this.IsSorted : bool with get, set
Public Property IsSorted As Boolean

Valor de propiedad

true si las columnas de la salida están ordenadas; de lo contrario, false.

Atributos

Se aplica a