Compartir a través de


del método SearchServiceApplicationProxy.SetManagedPropertyMappings

SetManagedPropertyMappings(ManagedPropertyInfo, IEnumerable<MappingInfo>, 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 SetManagedPropertyMappings ( _
    managedProperty As ManagedPropertyInfo, _
    mappingCollection As IEnumerable(Of MappingInfo), _
    owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Uso
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim mappingCollection As IEnumerable(Of MappingInfo)
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo

returnValue = instance.SetManagedPropertyMappings(managedProperty, _
    mappingCollection, owner)
public ManagedPropertyInfo SetManagedPropertyMappings(
    ManagedPropertyInfo managedProperty,
    IEnumerable<MappingInfo> mappingCollection,
    SearchObjectOwner owner
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo

Implementaciones

ISchemaOperations.SetManagedPropertyMappings(ManagedPropertyInfo, IEnumerable<MappingInfo>, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

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