ServerContext.GetContext 方法 (String)
获取指定的共享服务提供程序的ServerContext实例。
命名空间: Microsoft.Office.Server
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Shared Function GetContext ( _
sharedResourceProviderName As String _
) As ServerContext
用法
Dim sharedResourceProviderName As String
Dim returnValue As ServerContext
returnValue = ServerContext.GetContext(sharedResourceProviderName)
public static ServerContext GetContext(
string sharedResourceProviderName
)
参数
sharedResourceProviderName
类型:System.String在本地服务器场中的共享资源提供名称。
返回值
类型:Microsoft.Office.Server.ServerContext
一个ServerContext对象。
示例
//replace SSP_GUID with a string containing the application GUID for the SSP //hosting the search service
SearchContext srchContext = ServerContext.GetContext("SSP_GUID");