ManagedProperty.GetDocumentsFound 方法

请注意:此 API 现在已过时。

获取使用托管属性找到的文档数。

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

语法

声明
<ObsoleteAttribute("Use Query API for this purpose")> _
Public Function GetDocumentsFound ( _
    ByRef exceedsLimit As Boolean _
) As Integer
用法
Dim instance As ManagedProperty
Dim exceedsLimit As Boolean
Dim returnValue As Integer

returnValue = instance.GetDocumentsFound(exceedsLimit)
[ObsoleteAttribute("Use Query API for this purpose")]
public int GetDocumentsFound(
    ref bool exceedsLimit
)

参数

  • exceedsLimit
    类型:System.Boolean

    一个布尔值,指示是否返回的数字大于 1000 的返回值。

返回值

类型:System.Int32
一个 32 位整数,指示找到的文档数量。

另请参阅

引用

ManagedProperty 类

ManagedProperty 成员

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