ResultTableCollection.Exists 方法 (ResultType)

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

返回一个布尔值,该值指示集合中是否存在指定的ResultTable对象。

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

语法

声明
<ObsoleteAttribute("Use Exists(string tableType) instead.")> _
Public Function Exists ( _
    requestedType As ResultType _
) As Boolean
用法
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim returnValue As Boolean

returnValue = instance.Exists(requestedType)
[ObsoleteAttribute("Use Exists(string tableType) instead.")]
public bool Exists(
    ResultType requestedType
)

参数

返回值

类型:System.Boolean
true如果存在指定的ResultTable对象 ;否则为false。

另请参阅

引用

ResultTableCollection 类

ResultTableCollection 成员

Exists 重载

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