Partager via


Schema.QueryCrawledProperties, méthode (Microsoft.Office.Server.Search.Administration)

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function QueryCrawledProperties ( _
    filter As String, _
    cMaxProps As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forwardDirection As Boolean _
) As IEnumerable
'Utilisation
Dim instance As Schema
Dim filter As String
Dim cMaxProps As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forwardDirection As Boolean
Dim returnValue As IEnumerable

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

Paramètres

  • filter
    A string that represents
  • cMaxProps
    An integer that represents
  • lastPropset
    A GUID that represents
  • lastPropertyName
    A string that represents
  • forwardDirection
    A Boolean value that represents

Voir aussi

Référence

Schema, classe
Membres Schema
Microsoft.Office.Server.Search.Administration, espace de noms