ITrace.OnEvent Event
This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Event OnEvent As TraceEventHandler
event TraceEventHandler OnEvent
event TraceEventHandler^ OnEvent {
void add (TraceEventHandler^ value);
void remove (TraceEventHandler^ value);
}
/** @event */
void add_OnEvent (TraceEventHandler value)
/** @event */
void remove_OnEvent (TraceEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ITrace Interface
ITrace Members
Microsoft.AnalysisServices Namespace