Partager via


SearchContext.GetContext, méthode (String) (Microsoft.Office.Server.Search.Administration)

Gets the search context instance for the specified search application name.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Shared Function GetContext ( _
    searchApplicationName As String _
) As SearchContext
'Utilisation
Dim searchApplicationName As String
Dim returnValue As SearchContext

returnValue = SearchContext.GetContext(searchApplicationName)
public static SearchContext GetContext (
    string searchApplicationName
)

Paramètres

  • searchApplicationName
    A string specifying the search application name.

Valeur de retour

A SearchContext object.

Remarques

For more information about the SearchContext class and the Recherche de contenu d'entreprise Administration object model, see Mise en route avec le modèle objet Administration de recherche de contenu d'entreprise and Procédure : renvoyer le contexte de recherche pour le fournisseur du service de recherche.

Voir aussi

Référence

SearchContext, classe
Membres SearchContext
Microsoft.Office.Server.Search.Administration, espace de noms