다음을 통해 공유


Events 속성

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

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

구문

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