(ScopeRuleFilterBehavior, ManagedPropertyInfo, String) del método ScopeRuleCollection.CreatePropertyQueryRule
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function CreatePropertyQueryRule ( _
filterBehavior As ScopeRuleFilterBehavior, _
property As ManagedPropertyInfo, _
value As String _
) As PropertyQueryScopeRule
'Uso
Dim instance As ScopeRuleCollection
Dim filterBehavior As ScopeRuleFilterBehavior
Dim property As ManagedPropertyInfo
Dim value As String
Dim returnValue As PropertyQueryScopeRule
returnValue = instance.CreatePropertyQueryRule(filterBehavior, _
property, value)
public PropertyQueryScopeRule CreatePropertyQueryRule(
ScopeRuleFilterBehavior filterBehavior,
ManagedPropertyInfo property,
string value
)
Parámetros
- filterBehavior
Tipo: Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehavior
- value
Tipo: System.String
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Administration.PropertyQueryScopeRule
Vea también
Referencia
Sobrecarga CreatePropertyQueryRule
Espacio de nombres Microsoft.Office.Server.Search.Administration