Query.KeywordInclusion, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property KeywordInclusion As KeywordInclusion
'Utilisation
Dim instance As Query
Dim value As KeywordInclusion
value = instance.KeywordInclusion
instance.KeywordInclusion = value
public KeywordInclusion KeywordInclusion { get; set; }
Valeur de la propriété
A value from the KeywordInclusion enumeration.
Remarques
When using the FullTextSqlQuery class, this property applies to search terms specified in the FREETEXT, prédicat dans la syntaxe SQL de la recherche de contenu d'entreprise.
Voir aussi
Référence
Query, classe
Membres Query
Microsoft.Office.Server.Search.Query, espace de noms