KeywordQuery - Constructeur (ServerContext)
Initialise une nouvelle instance de la classe KeywordQuery , en fonction du contexte d'application de service spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
context As ServerContext _
)
'Utilisation
Dim context As ServerContext
Dim instance As New KeywordQuery(context)
public KeywordQuery(
ServerContext context
)
Paramètres
context
Type : Microsoft.Office.Server.ServerContextContexte de l'application de service.
Remarques
La classe Context est déconseillée dans Microsoft SharePoint Server 2010, afin de ne pas utiliser ce constructeur lors de la mise à niveau ou écrivez de nouvelles applications. Utilisez plutôt le constructeur KeywordQuery(SearchServiceApplicationProxy) .