Compartilhar via


SearchServiceApplicationProxy.GetMappedManagedProperties method

GetMappedManagedProperties(CrawledPropertyInfo, SearchObjectOwner)

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

Syntax

'Declaração
Public Function GetMappedManagedProperties ( _
    crawledProperty As CrawledPropertyInfo, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Uso
Dim instance As SearchServiceApplicationProxy
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.GetMappedManagedProperties(crawledProperty, _
    owner)
public ManagedPropertyInfoCollection GetMappedManagedProperties(
    CrawledPropertyInfo crawledProperty,
    SearchObjectOwner owner
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

Implements

ISchemaOperations.GetMappedManagedProperties(CrawledPropertyInfo, SearchObjectOwner)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace