Share via


ISchemaOperations.QueryCrawledProperties - Méthode

Requête de propriétés analysées.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function QueryCrawledProperties ( _
    category As CategoryInfo, _
    findValue As String, _
    count As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forward As Boolean, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Utilisation
Dim instance As ISchemaOperations
Dim category As CategoryInfo
Dim findValue As String
Dim count As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forward As Boolean
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.QueryCrawledProperties(category, _
    findValue, count, lastPropset, lastPropertyName, _
    forward, includeManagedMappedProperties, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<CrawledPropertyInfo> QueryCrawledProperties(
    CategoryInfo category,
    string findValue,
    int count,
    Guid lastPropset,
    string lastPropertyName,
    bool forward,
    bool includeManagedMappedProperties,
    SearchObjectOwner owner
)

Paramètres

  • findValue
    Type : System.String

    Limiter les propriétés analysées à celles contenant la valeur fournie. La casse est ignorée. Utilisez [null] pour aucune restriction.

  • count
    Type : System.Int32

    Le nombre maximal de propriétés analysées à renvoyer. Utilisez 0 pour ne pas limiter la recherche.

  • lastPropset
    Type : System.Guid

    Le Guid de la propriété juste avant l'ensemble des propriétés à récupérer.

  • lastPropertyName
    Type : System.String

    Le nom de la propriété juste avant le jeu de propriétés à récupérer.

  • forward
    Type : System.Boolean

    S'il faut rechercher avant ou en arrière à partir de lastPropertyName.

  • includeManagedMappedProperties
    Type : System.Boolean

    Inclure les mappages des propriétés gérées dans le résultat.

Valeur renvoyée

Type : System.Collections.Generic.List<CrawledPropertyInfo>
Une liste d'objets de CrawledPropertyInfo .

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms