Partager via


SearchServiceApplication.GetManagedPropertyMappings - 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 GetManagedPropertyMappings ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of MappingInfo)
'Utilisation
Dim instance As SearchServiceApplication
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
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<MappingInfo>

Implémentations

ISchemaOperations.GetManagedPropertyMappings(ManagedPropertyInfo, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

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