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

Gets or sets the number of page 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 MaxPageEnumerationDepth As Integer
用法
Dim instance As WebContentSource
Dim value As Integer

value = instance.MaxPageEnumerationDepth

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

属性值

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

备注

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

另请参阅

参考

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