Właściwość Trace.Events
Pobiera zbiór zdarzenie obiekty do przechwycenia przez Trace.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.AnalysisServices.TraceEventCollection
A TraceEventCollection zawiera zbiór zdarzenie obiekty do przechwycenia przez Trace.