TraceEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TraceEvent() |
Initializes a new instance of the TraceEvent class. |
TraceEvent(TraceEventClass) |
Initializes a new instance of the TraceEvent class. |
TraceEvent()
Initializes a new instance of the TraceEvent class.
public TraceEvent ();
Public Sub New ()
Applies to
TraceEvent(TraceEventClass)
Initializes a new instance of the TraceEvent class.
public TraceEvent (Microsoft.AnalysisServices.TraceEventClass eventClass);
new Microsoft.AnalysisServices.Tabular.TraceEvent : Microsoft.AnalysisServices.TraceEventClass -> Microsoft.AnalysisServices.Tabular.TraceEvent
Public Sub New (eventClass As TraceEventClass)
Parameters
- eventClass
- TraceEventClass
The trace event class.