共用方式為


Trace.Audit 屬性

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.

命名空間:  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.

請參閱

參考

Trace 類別

Microsoft.AnalysisServices 命名空間