TraceEventHandler Delegate
Updated: May 24, 2016
Represents the analysis services trace event handler.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("DE656E6E-B854-4235-804B-F8A9918B45EA")] public delegate void TraceEventHandler( Object^ sender, TraceEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The sender object.
- e
-
Type:
Microsoft.AnalysisServices::TraceEventArgs^
The trace event arguments.
Show: