ISchemaOperations.UpdateManagedProperty - Méthode
Mettre à jour 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 UpdateManagedProperty ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.UpdateManagedProperty(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
ManagedPropertyInfo UpdateManagedProperty(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Paramètres
managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoLa propriété gérée à mettre à jour.
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 mise à jour de la propriété gérée.
Remarques
Les mappages et les alias de la propriété gérée ne seront pas mis à jour. Pour pouvoir mettre à jour ceux, vous devez utiliser SetManagedPropertyMappings(ManagedPropertyInfo, IEnumerable<MappingInfo>, SearchObjectOwner) et SetManagedPropertyAliases(ManagedPropertyInfo, [], SearchObjectOwner).
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms