Share via


Trace.Stopped Event

Indicates that a Trace has stopped. This class cannot be inherited.

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

Syntax

'Declaration
Public Event Stopped As TraceStoppedEventHandler
public event TraceStoppedEventHandler Stopped
public:
virtual event TraceStoppedEventHandler^ Stopped {
    void add (TraceStoppedEventHandler^ value) sealed;
    void remove (TraceStoppedEventHandler^ value) sealed;
}
/** @event */
public final void add_Stopped (TraceStoppedEventHandler value)

/** @event */
public final void remove_Stopped (TraceStoppedEventHandler 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

Trace Class
Trace Members
Microsoft.AnalysisServices Namespace