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 Position des Sortierschlüssels in der Ausgabespalte.

Attribute

Hinweise

Ein von null nicht null liegender SortKeyPosition-Wert für eine Spalte zeigt an, dass die Zeilen in der Spalte sortiert sind. Ein positiver Wert zeigt eine aufsteigende Sortierung an; Ein negativer Wert zeigt eine absteigende Sortierung an. SortKeyPosition-Werte müssen eine numerische Folge darstellen, beginnend mit 1 und mit 1 erhöht. Der absolute Wert einer negativen Zahl bestimmt ihren Platz in der Folge.

Gilt für: