SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
Dim propertyName As String
Dim propertyValue As String
Dim returnValue As Integer

returnValue = instance.GetPropertyQueryRuleCount(propertyName, _
    propertyValue)
public int GetPropertyQueryRuleCount(
    string propertyName,
    string propertyValue
)

参数

返回值

类型:System.Int32
属性未指定的值的查询规则的数量。

实现

ISearchSiteAdministrationServiceApplication.GetPropertyQueryRuleCount(String, String)

异常

异常 条件
Exception

在应用程序执行期间发生错误如SearchServiceApplicationFault

备注

此方法返回与指定的属性限制,匹配的查询规则的数目,由propertyName参数指定的属性有等于propertyValue的数值。

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

Microsoft.Office.Server.Search.Administration 命名空间