다음을 통해 공유


Trace.Events 속성

Gets the collection of event objects to be captured by a Trace.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection 
    Get
‘사용 방법
Dim instance As Trace 
Dim value As TraceEventCollection 

value = instance.Events
[BrowsableAttribute(false)]
public TraceEventCollection Events { get; }
[BrowsableAttribute(false)]
public:
property TraceEventCollection^ Events {
    TraceEventCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Events : TraceEventCollection
function get Events () : TraceEventCollection

속성 값

유형: Microsoft.AnalysisServices.TraceEventCollection
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.

참고 항목

참조

Trace 클래스

Microsoft.AnalysisServices 네임스페이스