ColumnState.SortPriority 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排序數據行的優先順序。
public: initonly int SortPriority;
initonly int SortPriority;
public readonly int SortPriority;
val mutable SortPriority : int
Public ReadOnly SortPriority As Integer
欄位值
備註
優先順序為 0 表示資料表不會使用此資料行進行排序。
如果一個以上的數據行具有優先順序 > 0,則數據表會依優先順序將數據行鏈結在一起 (,例如,如果兩個數據列相等,且優先順序為 1 的數據行相等,則會使用優先順序為 2 的數據行來比較這兩個數據列,例如 ) 。