ISearchSiteAdministrationServiceApplication.GetPropertyQueryRuleCount 方法
检索查询规则,其中指定的属性名称具有指定的属性值的数目。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<OperationContractAttribute> _
Function GetPropertyQueryRuleCount ( _
propertyName As String, _
propertyValue As String _
) As Integer
用法
Dim instance As ISearchSiteAdministrationServiceApplication
Dim propertyName As String
Dim propertyValue As String
Dim returnValue As Integer
returnValue = instance.GetPropertyQueryRuleCount(propertyName, _
propertyValue)
[OperationContractAttribute]
int GetPropertyQueryRuleCount(
string propertyName,
string propertyValue
)
参数
propertyName
类型:System.String属性的名称。
propertyValue
类型:System.String属性的值。
返回值
类型:System.Int32
查询规则相匹配的指定的属性限制数。
备注
此方法检索查询规则,其中指定的属性名称具有指定的属性值的数目。
另请参阅
引用
ISearchSiteAdministrationServiceApplication 接口