Trace.Events Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection 
    Get
'Usage
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

Property Value

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

See Also

Reference

Trace Class

Microsoft.AnalysisServices Namespace