Proprietà Events
Gets the collection of event objects to be captured by a Trace.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices. . :: . .TraceEventCollection
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.