ScopeRuleCollection.CreatePropertyQueryRule - Méthode (ScopeRuleFilterBehavior, ManagedProperty, String)
Crée une règle d'étendue basée sur une valeur de 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
Public Function CreatePropertyQueryRule ( _
filterBehavior As ScopeRuleFilterBehavior, _
property As ManagedProperty, _
value As String _
) As PropertyQueryScopeRule
'Utilisation
Dim instance As ScopeRuleCollection
Dim filterBehavior As ScopeRuleFilterBehavior
Dim property As ManagedProperty
Dim value As String
Dim returnValue As PropertyQueryScopeRule
returnValue = instance.CreatePropertyQueryRule(filterBehavior, _
property, value)
public PropertyQueryScopeRule CreatePropertyQueryRule(
ScopeRuleFilterBehavior filterBehavior,
ManagedProperty property,
string value
)
Paramètres
filterBehavior
Type : Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehaviorValeur de l'énumération ScopeRuleFilterBehavior spécifiant le comportement de filtre pour la règle d'étendue.
property
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyUn objet ManagedProperty représentant la propriété gérée pour la règle d'étendue.
value
Type : System.StringChaîne contenant la valeur de la propriété gérée pour la règle d'étendue.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.PropertyQueryScopeRule
Voir aussi
Référence
CreatePropertyQueryRule - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms