Compartir a través de


Trace.Audit Propiedad

Gets or sets a value that indicates whether the Trace object can drop any events, regardless of whether this results in degraded performance on the server.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Audit As Boolean 
    Get 
    Set
'Uso
Dim instance As Trace 
Dim value As Boolean 

value = instance.Audit

instance.Audit = value
public bool Audit { get; set; }
public:
property bool Audit {
    bool get ();
    void set (bool value);
}
member Audit : bool with get, set
function get Audit () : boolean 
function set Audit (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if Trace cannot drop any events; otherwise, false.

Vea también

Referencia

Trace Clase

Espacio de nombres Microsoft.AnalysisServices