Compartir a través de


: Category.QueryCrawledProperties (Método) (Microsoft.Office.Server.Search.Administration)

Returns an enumerator that iterates through the category's crawled properties that match the specified parameters.

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

Sintaxis

'Declaración
Public Function QueryCrawledProperties ( _
    filter As String, _
    maxProperties As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forwardDirection As Boolean _
) As IEnumerable
'Uso
Dim instance As Category
Dim filter As String
Dim maxProperties As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forwardDirection As Boolean
Dim returnValue As IEnumerable

returnValue = instance.QueryCrawledProperties(filter, maxProperties, lastPropset, lastPropertyName, forwardDirection)
public IEnumerable QueryCrawledProperties (
    string filter,
    int maxProperties,
    Guid lastPropset,
    string lastPropertyName,
    bool forwardDirection
)

Parámetros

  • filter
    A string that specifies the filter for the crawled properties.
  • maxProperties
    A 32-bit integer that specifies the maximum number of crawled properties to return.
  • lastPropset
    A GUID that identifies the last specified property set.
  • lastPropertyName
    A string that specifies that last specified crawled property name.
  • forwardDirection
    A Boolean value that specifies the direction of the query.

Valor devuelto

An IEnumerator object that can be used to iterate through the collection.

Vea también

Referencia

Category (Clase)
Category (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)