ResultTableCollection.Exists 方法 (String)

验证如果那里集合中的与指定 TableType 任何 TesultTable

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

语法

声明
Public Function Exists ( _
    tableType As String _
) As Boolean
用法
Dim instance As ResultTableCollection
Dim tableType As String
Dim returnValue As Boolean

returnValue = instance.Exists(tableType)
public bool Exists(
    string tableType
)

参数

返回值

类型:System.Boolean
如果没有至少一个 ResultTable 与 ResultTable.TableType 集合中与传递 tableType 相等,则返回 true。否则为则返回 false。

另请参阅

引用

ResultTableCollection 类

ResultTableCollection 成员

Exists 重载

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