Compartir a través de


del método SearchServiceApplicationProxy.GetMappedCrawledProperties

GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function GetMappedCrawledProperties ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Uso
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
)

Parámetros

Valor devuelto

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

Implementaciones

ISchemaOperations.GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration