IMutableIndex.IsDescending 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一组值,指示每个相应的索引列是否具有降序排序顺序。
public System.Collections.Generic.IReadOnlyList<bool>? IsDescending { get; set; }
member this.IsDescending : System.Collections.Generic.IReadOnlyList<bool> with get, set
Public Property IsDescending As IReadOnlyList(Of Boolean)