Filter.SortOrderTypeEnum 枚举

指定由筛选器返回的列名称的排序顺序。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration SortOrderTypeEnum
用法
Dim instance As Filter.SortOrderTypeEnum
[SerializableAttribute]
public enum SortOrderTypeEnum

成员

成员名称 说明
None 值为 0。不是排序。
Asc 值 = 1。按升序排序。
Desc 值 = 2。按降序排序。

备注

SortOrderTypeEnum枚举的用法的示例,请参阅ReadResource中的EnsureEnterpriseResource方法。

另请参阅

引用

Microsoft.Office.Project.Server.Library 命名空间