SearchContext.GetContext 方法 (String)

请注意:此 API 现在已过时。

获取指定的搜索应用程序名称的搜索上下文实例。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Shared Function GetContext ( _
    searchApplicationName As String _
) As SearchContext
用法
Dim searchApplicationName As String
Dim returnValue As SearchContext

returnValue = SearchContext.GetContext(searchApplicationName)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public static SearchContext GetContext(
    string searchApplicationName
)

参数

  • searchApplicationName
    类型:System.String

    一个字符串,它指定搜索应用程序名称。

返回值

类型:Microsoft.Office.Server.Search.Administration.SearchContext
一个SearchContext对象。

备注

有关SearchContext类和SharePoint 企业级搜索的管理对象模型的详细信息,请参阅Getting Started with the Search Administration Object ModelHow to: Return the Search Context for the Search Service Provider

另请参阅

引用

SearchContext 类

SearchContext 成员

GetContext 重载

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