Freigeben über


SearchServiceApplicationProxy.GetMappedCrawledProperties-Methode

GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)

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

Syntax

'Declaration
Public Function GetMappedCrawledProperties ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetMappedCrawledProperties(managedProperty, _
    owner)
public List<CrawledPropertyInfo> GetMappedCrawledProperties(
    ManagedPropertyInfo managedProperty,
    SearchObjectOwner owner
)

Parameter

Rückgabewert

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

Implementiert

ISchemaOperations.GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace