ITrace.Stopped 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 Stopped As TraceStoppedEventHandler
event TraceStoppedEventHandler Stopped
event TraceStoppedEventHandler^ Stopped {
void add (TraceStoppedEventHandler^ value);
void remove (TraceStoppedEventHandler^ value);
}
/** @event */
void add_Stopped (TraceStoppedEventHandler value)
/** @event */
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
ITrace Interface
ITrace Members
Microsoft.AnalysisServices Namespace