Audit 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property Audit As Boolean
    Get
    Set
用法
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)

属性值

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