ISchemaOperations.SetManagedPropertyMappings - Méthode
Définir 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 SetManagedPropertyMappings ( _
managedProperty As ManagedPropertyInfo, _
mappingCollection As IEnumerable(Of MappingInfo), _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim mappingCollection As IEnumerable(Of MappingInfo)
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.SetManagedPropertyMappings(managedProperty, _
mappingCollection, owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
ManagedPropertyInfo SetManagedPropertyMappings(
ManagedPropertyInfo managedProperty,
IEnumerable<MappingInfo> mappingCollection,
SearchObjectOwner owner
)
Paramètres
managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoUne propriété gérée définition quelles gérées propriété à modifier.
mappingCollection
Type : System.Collections.Generic.IEnumerable<MappingInfo>La nouvelle collection de mappages associé à la propriété gérée donnée.
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 : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
La modification de la propriété gérée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms