(String) del método ServerContext.GetContext
Obtiene la instancia de ServerContext para el proveedor de servicios compartidos especificado.
Espacio de nombres: Microsoft.Office.Server
Ensamblado: Microsoft.Office.Server (en Microsoft.Office.Server.dll)
Sintaxis
'Declaración
Public Shared Function GetContext ( _
sharedResourceProviderName As String _
) As ServerContext
'Uso
Dim sharedResourceProviderName As String
Dim returnValue As ServerContext
returnValue = ServerContext.GetContext(sharedResourceProviderName)
public static ServerContext GetContext(
string sharedResourceProviderName
)
Parámetros
sharedResourceProviderName
Tipo: System.StringEl nombre de un proveedor de recursos compartidos en el conjunto de servidores local.
Valor devuelto
Tipo: Microsoft.Office.Server.ServerContext
Un objeto ServerContext .
Ejemplos
//replace SSP_GUID with a string containing the application GUID for the SSP //hosting the search service
SearchContext srchContext = ServerContext.GetContext("SSP_GUID");