Compartir a través de


: ResultTableCollection.Exists (Método) (Microsoft.Office.Server.Search.Query)

Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Function Exists ( _
    requestedType As ResultType _
) As Boolean
'Uso
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim returnValue As Boolean

returnValue = instance.Exists(requestedType)
public bool Exists (
    ResultType requestedType
)

Parámetros

  • requestedType
    A value from the ResultType enumeration.

Valor devuelto

true if the specified ResultTable object exists; otherwise, false.

Vea también

Referencia

ResultTableCollection (Clase)
ResultTableCollection (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)