Partager via


SearchServiceApplication.GetAllCrawledProperties - Méthode

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

Syntaxe

'Déclaration
Public Function GetAllCrawledProperties ( _
    filterString As String, _
    categoryName As String, _
    numManagedPropertyMapping As Integer, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Utilisation
Dim instance As SearchServiceApplication
Dim filterString As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetAllCrawledProperties(filterString, _
    categoryName, numManagedPropertyMapping, _
    owner)
public List<CrawledPropertyInfo> GetAllCrawledProperties(
    string filterString,
    string categoryName,
    int numManagedPropertyMapping,
    SearchObjectOwner owner
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<CrawledPropertyInfo>

Implémentations

ISchemaOperations.GetAllCrawledProperties(String, String, Int32, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

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