Partager via


ISchemaOperations.GetAllCrawledProperties - Méthode

Retourne « all » propriétés analysées. Peut être limité par catégorie et une chaîne de filtre correspondant au nom de la propriété analysée.

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

Syntaxe

'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetAllCrawledProperties ( _
    filterValue As String, _
    categoryName As String, _
    numManagedPropertyMapping As Integer, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Utilisation
Dim instance As ISchemaOperations
Dim filterValue As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetAllCrawledProperties(filterValue, _
    categoryName, numManagedPropertyMapping, _
    owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetAllCrawledProperties(
    string filterValue,
    string categoryName,
    int numManagedPropertyMapping,
    SearchObjectOwner owner
)

Paramètres

  • filterValue
    Type : System.String

    Filtre les propriétés analysées renvoyées par son nom. La casse est ignorée. Utilisez [null] pour aucune restriction.

  • categoryName
    Type : System.String

    Filtre retourné analysé à une catégorie donnée. Utilisez [null] pour aucune restriction.

  • numManagedPropertyMapping
    Type : System.Int32

    Nombre de mappages de propriété gérée à inclure pour chaque propriété analysée. 0 = all, -1 None.

Valeur renvoyée

Type : System.Collections.Generic.List<CrawledPropertyInfo>
Liste des propriétés analysées correspondantes.

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

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