: SearchContext.UpdateQueryLoggingEnabled (Método) (Microsoft.Office.Server.Search.Administration)
Sets the value of the QueryLoggingEnabled property for the SearchContext class.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub UpdateQueryLoggingEnabled ( _
enableQueryLogging As Boolean _
)
'Uso
Dim instance As SearchContext
Dim enableQueryLogging As Boolean
instance.UpdateQueryLoggingEnabled(enableQueryLogging)
public void UpdateQueryLoggingEnabled (
bool enableQueryLogging
)
Parámetros
- enableQueryLogging
Specify true to enable query logging; otherwise, false to disable query logging.
Vea también
Referencia
SearchContext (Clase)
SearchContext (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)