SortDirection 枚举 (Microsoft.Office.Server.Search.Query)

Defines the sort direction values for ordering search results.

命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Enumeration SortDirection
用法
Dim instance As SortDirection
public enum SortDirection

成员

  成员名称 说明
Ascending Specifies that the search results are ordered in ascending order.  
Descending Specifies that the search results are ordered in descending order. 

备注

Use the values from the SortDirection enumeration with the Add method of the SortCollection class, the SortDirection property of the Sort class, and the GetCrawlSummaryByHost method of the GetCrawlSummaryByHost class.

另请参阅

参考

Microsoft.Office.Server.Search.Query 命名空间