QueryRuleGroupCollection.CreateQueryRuleGroup - 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
Public Function CreateQueryRuleGroup ( _
name As String _
) As QueryRuleGroup
'Utilisation
Dim instance As QueryRuleGroupCollection
Dim name As String
Dim returnValue As QueryRuleGroup
returnValue = instance.CreateQueryRuleGroup(name)
public QueryRuleGroup CreateQueryRuleGroup(
string name
)
Paramètres
- name
Type : System.String
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Voir aussi
Référence
QueryRuleGroupCollection classe