다음을 통해 공유


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.dll의 Microsoft.AnalysisServices

구문

‘선언
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.