Partager via


ISchemaOperations.GetAllCategories - Méthode

Retourne toutes les catégories.

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 GetAllCategories ( _
    owner As SearchObjectOwner _
) As CategoryInfoCollection
'Utilisation
Dim instance As ISchemaOperations
Dim owner As SearchObjectOwner
Dim returnValue As CategoryInfoCollection

returnValue = instance.GetAllCategories(owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
CategoryInfoCollection GetAllCategories(
    SearchObjectOwner owner
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.CategoryInfoCollection
Collection de catégories.

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

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