Udostępnij przez


ITrace.OnEvent Event

This event supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Deklaracja
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.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.