CrawlRuleType 枚举
指定爬网规则类型,它指示是否使用爬网规则以包含或排除内容索引中的内容项。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Enumeration CrawlRuleType
用法
Dim instance As CrawlRuleType
public enum CrawlRuleType
成员
成员名称 | 说明 | |
---|---|---|
InclusionRule | 指定用于在内容索引中包含内容的爬网规则。 | |
ExclusionRule | 指定爬网规则用于从内容索引中排除的内容。 |