IQueryRuleOperations.CommitUserSegment - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Sub CommitUserSegment ( _
ByRef userSegment As UserSegment _
)
'Utilisation
Dim instance As IQueryRuleOperations
Dim userSegment As UserSegment
instance.CommitUserSegment(userSegment)
[OperationContractAttribute]
void CommitUserSegment(
ref UserSegment userSegment
)
Paramètres
- userSegment
Type : Microsoft.Office.Server.Search.Query.Rules.UserSegment
Voir aussi
Référence
IQueryRuleOperations interface