SearchServiceApplicationProxy.GetManagedPropertyMappings - Méthode
GetManagedPropertyMappings(ManagedPropertyInfo, SearchObjectOwner)
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 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
)
Paramètres
- managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Valeur renvoyée
Type : System.Collections.Generic.List<MappingInfo>
Implémentations
ISchemaOperations.GetManagedPropertyMappings(ManagedPropertyInfo, SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms