SearchServiceApplicationProxy.GetAllCategories method
GetAllCategories(SearchObjectOwner)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetAllCategories ( _
owner As SearchObjectOwner _
) As CategoryInfoCollection
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As CategoryInfoCollection
returnValue = instance.GetAllCategories(owner)
public CategoryInfoCollection GetAllCategories(
SearchObjectOwner owner
)
Parâmetros
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.CategoryInfoCollection
Implements
ISchemaOperations.GetAllCategories(SearchObjectOwner)
Ver também
Referência
SearchServiceApplicationProxy class