ScopeRuleCollection.CreatePropertyQueryRule 方法 (ScopeRuleFilterBehavior, ManagedProperty, String)
创建基于一个托管的属性值的作用域规则。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function CreatePropertyQueryRule ( _
filterBehavior As ScopeRuleFilterBehavior, _
property As ManagedProperty, _
value As String _
) As PropertyQueryScopeRule
用法
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
)
参数
filterBehavior
类型:Microsoft.Office.Server.Search.Administration.ScopeRuleFilterBehavior从指定的作用域规则的筛选器行为ScopeRuleFilterBehavior枚举的一个值。
property
类型:Microsoft.Office.Server.Search.Administration.ManagedProperty表示托管的属性的作用域规则的ManagedProperty对象。
value
类型:System.String一个字符串,它包含作用域规则的托管的属性值。
返回值
类型:Microsoft.Office.Server.Search.Administration.PropertyQueryScopeRule