ColumnState.SortPriority Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sort priority for the column.
public: initonly int SortPriority;
initonly int SortPriority;
public readonly int SortPriority;
val mutable SortPriority : int
Public ReadOnly SortPriority As Integer
Field Value
Remarks
A priority of 0 means the table is not sorted using this column.
If more than one column has a priority > 0, then the table sorted by chaining the columns together in priority order (e.g. if two rows are equal according to the column with a priority of 1, then the two rows are compared using the column with a priority of 2, etc.).