Propriedade do RDL Trace.Events
Gets the collection of event objects to be captured by a Trace.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.TraceEventCollection
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.