KeywordQuery, constructeur (String) (Microsoft.Office.Server.Search.Query)
Initializes a new instance of the KeywordQuery class, based on the specified application name.
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 ( _
strApplication As String _
)
'Utilisation
Dim strApplication As String
Dim instance As New KeywordQuery(strApplication)
public KeywordQuery (
string strApplication
)
Paramètres
- strApplication
A string specifying the application name.
Voir aussi
Référence
KeywordQuery, classe
Membres KeywordQuery
Microsoft.Office.Server.Search.Query, espace de noms
Autres ressources
Référence de syntaxe de mots-clés Recherche de contenu d'entreprise
Vue d'ensemble du modèle objet de requête de la recherche de contenu d'entreprise
Procédure pas à pas : création d'un composant WebPart de recherche de contenu d'entreprise personnalisé