: ManagedProperty.FullTextQueriable (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether a managed property can be used in Enterprise Search SQL queries.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property FullTextQueriable As Boolean
'Uso
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
public bool FullTextQueriable { get; set; }
Valor de propiedad
true if the managed property can be used in the Predicado CONTAINS en la sintaxis de SQL del motor de búsqueda Enterprise Search or Predicado FREETEXT en la sintaxis SQL del motor de búsqueda Enterprise Search predicate; otherwise, false.
Comentarios
For information about managed properties, see Administración de metadatos, and for information about the SQL query syntax, see the Referencia de sintaxis SQL del motor de búsqueda Enterprise Search.
Vea también
Referencia
ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)