Compartir a través de


: Query.KeywordInclusion (Propiedad) (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.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Property KeywordInclusion As KeywordInclusion
'Uso
Dim instance As Query
Dim value As KeywordInclusion

value = instance.KeywordInclusion

instance.KeywordInclusion = value
public KeywordInclusion KeywordInclusion { get; set; }

Valor de propiedad

A value from the KeywordInclusion enumeration.

Comentarios

When using the FullTextSqlQuery class, this property applies to search terms specified in the Predicado FREETEXT en la sintaxis SQL del motor de búsqueda Enterprise Search.

Vea también

Referencia

Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)