Propriété Trace.Events
Gets the collection of event objects to be captured by a Trace.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Events As TraceEventCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.TraceEventCollection
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.