Partager via


SearchServiceApplication.SetManagedPropertyMappings - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function SetManagedPropertyMappings ( _
    managedProperty As ManagedPropertyInfo, _
    mappingCollection As IEnumerable(Of MappingInfo), _
    owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As SearchServiceApplication
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
)

Paramètres

Valeur renvoyée

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

Implémentations

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

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms