SearchServiceApplication.GetPropertyQueryRuleCount 方法
获取与指定的属性限制,匹配的查询规则的计数指定的属性名称具有指定的属性值的位置。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetPropertyQueryRuleCount ( _
propertyName As String, _
propertyValue As String _
) As Integer
用法
Dim instance As SearchServiceApplication
Dim propertyName As String
Dim propertyValue As String
Dim returnValue As Integer
returnValue = instance.GetPropertyQueryRuleCount(propertyName, _
propertyValue)
public int GetPropertyQueryRuleCount(
string propertyName,
string propertyValue
)
参数
propertyName
类型:System.String属性的名称。
propertyValue
类型:System.String属性的值。
返回值
类型:System.Int32
查询规则相匹配的指定的属性限制,其中指定的属性名称具有指定的属性值的计数。
实现
ISearchSiteAdministrationServiceApplication.GetPropertyQueryRuleCount(String, String)
备注
此方法返回与指定的属性限制,匹配的查询规则的数目,指定的属性名称已指定的属性值。