Condividi tramite


IDTSInput100.IsSorted Proprietà

Definizione

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

Valore della proprietà

true se le colonne sono ordinate; in caso contrario, false.

Attributi

Commenti

Le proprietà IsSorted e SortKeyPosition funzionano insieme per informare altri componenti nel flusso di dati che i dati ricevuti in un input sono già ordinati nell'ordine specificato dal valore delle SortKeyPosition colonne di input. Queste proprietà non causano alcun ordinamento.

Si applica a