ISchemaOperations.GetManagedPropertyMappings - Méthode
Obtenir les mappages de propriétés à partir des propriétés analysées pour une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetManagedPropertyMappings ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of MappingInfo)
'Utilisation
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of MappingInfo)
returnValue = instance.GetManagedPropertyMappings(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<MappingInfo> GetManagedPropertyMappings(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Paramètres
managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoLa propriété gérée à récupérer la liste mappée analysée pour les propriétés.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la propriété gérée.
Valeur renvoyée
Type : System.Collections.Generic.List<MappingInfo>
Une collection de mappages de propriétés analysées.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms