del método SearchServiceApplicationProxy.GetManagedPropertyMappings
GetManagedPropertyMappings(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 GetManagedPropertyMappings ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of MappingInfo)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of MappingInfo)
returnValue = instance.GetManagedPropertyMappings(managedProperty, _
owner)
public List<MappingInfo> GetManagedPropertyMappings(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Parámetros
- managedProperty
Tipo: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Valor devuelto
Tipo: System.Collections.Generic.List<MappingInfo>
Implementaciones
ISchemaOperations.GetManagedPropertyMappings(ManagedPropertyInfo, SearchObjectOwner)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Espacio de nombres Microsoft.Office.Server.Search.Administration