SearchServiceApplicationProxy.GetScopeIDFromName 方法
检索具有指定名称和搜索范围的使用者搜索范围的 ID。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetScopeIDFromName ( _
consumerName As String, _
name As String _
) As Integer
用法
Dim instance As SearchServiceApplicationProxy
Dim consumerName As String
Dim name As String
Dim returnValue As Integer
returnValue = instance.GetScopeIDFromName(consumerName, _
name)
public int GetScopeIDFromName(
string consumerName,
string name
)
参数
consumerName
类型:System.String搜索范围消费程序管理的搜索范围的名称。
name
类型:System.String搜索范围的名称。
返回值
类型:System.Int32
在搜索范围的 ID。
实现
ISearchSiteAdministrationServiceApplication.GetScopeIDFromName(String, String)
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
consumerName和name参数的值必须不 null 。
另请参阅
引用
SearchServiceApplicationProxy 类