Compartir a través de


de la propiedad DataResultBase.EnableSQLCommandLogging

Obtiene o establece un valor que habilita el registro de comandos SQL.

Espacio de nombres:  Microsoft.SharePoint.Portal.WebControls
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Property EnableSQLCommandLogging As Boolean
    Get
    Set
'Uso
Dim instance As DataResultBase
Dim value As Boolean

value = instance.EnableSQLCommandLogging

instance.EnableSQLCommandLogging = value
public bool EnableSQLCommandLogging { get; set; }

Valor de propiedad

Tipo: System.Boolean
true para habilitar el registro de comandos SQL; en caso contrario, false.

Vea también

Referencia

clase DataResultBase

Miembros DataResultBase

Espacio de nombres Microsoft.SharePoint.Portal.WebControls