IDTSOutputColumn100.SortKeyPosition Eigenschaft

Definition

public:
 property int SortKeyPosition { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(110)]
public int SortKeyPosition { [System.Runtime.InteropServices.DispId(110)] get; [System.Runtime.InteropServices.DispId(110)] set; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
[<set: System.Runtime.InteropServices.DispId(110)>]
member this.SortKeyPosition : int with get, set
Public Property SortKeyPosition As Integer

Eigenschaftswert

Die Sortierschlüsselposition der Ausgabespalte.

Attribute

Hinweise

Ein Nicht-Null SortKeyPosition-Wert für eine Spalte gibt an, dass Zeilen in der Spalte sortiert werden. Ein positiver Wert gibt eine aufsteigende Sortierung an; Ein negativer Wert gibt eine absteigende Sortierung an. SortKeyPosition-Werte müssen eine numerische Sequenz darstellen, beginnend mit 1 und mit 1 inkrementiert. Der absolute Wert einer negativen Zahl bestimmt seinen Platz in der Sequenz.

Gilt für: