Compartilhar via


SearchServiceApplicationProxy.GetAllCrawledProperties method

GetAllCrawledProperties(String, String, Int32, SearchObjectOwner)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetAllCrawledProperties ( _
    filterString As String, _
    categoryName As String, _
    numManagedPropertyMapping As Integer, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Uso
Dim instance As SearchServiceApplicationProxy
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
)

Parâmetros

Valor retornado

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

Implements

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

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace