Trace.Events Propiedad
Gets the collection of event objects to be captured by a Trace.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.AnalysisServices.TraceEventCollection
A TraceEventCollection that contains the collection of event objects to be captured by a Trace.