WebContentSource.MaxSiteEnumerationDepth 属性 (Microsoft.Office.Server.Search.Administration)

Gets or sets the number of site hops the crawler can take from the start address to a content item.

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

语法

声明
Public Property MaxSiteEnumerationDepth As Integer
用法
Dim instance As WebContentSource
Dim value As Integer

value = instance.MaxSiteEnumerationDepth

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

属性值

A 32-bit integer that specifies the maximum number of site hops.

备注

To configure an unlimited number of site hops, set this value to -1.

另请参阅

参考

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