CreateColumnStoreIndexStatement.OrderedColumns 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排序欄位儲存索引的欄位應該是 。
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression> OrderedColumns { get; }
member this.OrderedColumns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression>
Public ReadOnly Property OrderedColumns As IList(Of ColumnReferenceExpression)