: DataResultBase.EnableSQLCommandLogging (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute(False)> _
Public Property EnableSQLCommandLogging As Boolean
'Uso
Dim instance As DataResultBase
Dim value As Boolean
value = instance.EnableSQLCommandLogging
instance.EnableSQLCommandLogging = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
[DefaultValueAttribute(false)]
public bool EnableSQLCommandLogging { get; set; }
Vea también
Referencia
DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)