CrawlRule.Priority 属性 (Microsoft.Office.Server.Search.Administration)

Gets the priority setting for the crawl rule.

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

语法

声明
Public ReadOnly Property Priority As Integer
用法
Dim instance As CrawlRule
Dim value As Integer

value = instance.Priority
public int Priority { get; }

属性值

A 32-bit integer that specifies the priority setting.

备注

The priority setting is the order in which the crawl rules are executed by the 企业级搜索 index engine.

To change the priority setting for a crawl rule, use the SetPriority method of the CrawlRuleCollection class.

另请参阅

参考

CrawlRule 类
CrawlRule 成员
Microsoft.Office.Server.Search.Administration 命名空间