Partager via


SearchContext.GetContext - Méthode (ServerContext)

Remarque : cette API est désormais obsolète.

Obtient l'instance de contexte de recherche pour l'objet ServerContext .

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("This method is deprecated. Use GetContext(SearchServiceApplication app).")> _
Public Shared Function GetContext ( _
    serverContext As ServerContext _
) As SearchContext
'Utilisation
Dim serverContext As ServerContext
Dim returnValue As SearchContext

returnValue = SearchContext.GetContext(serverContext)
[ObsoleteAttribute("This method is deprecated. Use GetContext(SearchServiceApplication app).")]
public static SearchContext GetContext(
    ServerContext serverContext
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.SearchContext
Un objet SearchContext représentant le contexte de recherche pour le fournisseur de Services partagés.

Remarques

Pour plus d'informations sur la classe SearchContext et le modèle objet d'Administration Recherche de contenu d’entreprise SharePoint , voir Getting Started with the Search Administration Object Model et How to: Return the Search Context for the Search Service Provider.

Voir aussi

Référence

SearchContext classe

SearchContext - Membres

GetContext - Surcharge

Microsoft.Office.Server.Search.Administration - Espace de noms