Partager via


DataResultBase.EnableSQLCommandLogging - Propriété

Obtient ou définit une valeur qui active la journalisation des commandes SQL.

Espace de noms :  Microsoft.SharePoint.Portal.WebControls
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Property EnableSQLCommandLogging As Boolean
    Get
    Set
'Utilisation
Dim instance As DataResultBase
Dim value As Boolean

value = instance.EnableSQLCommandLogging

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

Valeur de propriété

Type : System.Boolean
true pour activer l'enregistrement de commande SQL ; dans le cas contraire, false.

Voir aussi

Référence

DataResultBase classe

DataResultBase - Membres

Microsoft.SharePoint.Portal.WebControls - Espace de noms