Partager via


Query.KeywordInclusion, propriété (Microsoft.SharePoint.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.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.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.

Notes

When using the FullTextSqlQuery class, this property applies to search terms specified in the FREETEXT, prédicat de la syntaxe SQL du service Recherche Windows SharePoint Services.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms