CrawlRule.Priority 属性

获取的爬网规则的优先级设置。

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

语法

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

value = instance.Priority

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

属性值

类型:System.Int32
32 位整数,它指定的优先级设置。

备注

优先级设置为SharePoint Server 搜索功能的索引引擎执行爬网规则的顺序。

若要更改一个爬网规则的优先级设置,请使用CrawlRuleCollection类的**SetPriority()**方法。

另请参阅

引用

CrawlRule 类

CrawlRule 成员

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