Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As Trace
Dim handler As TraceStoppedEventHandler
AddHandler instance.Stopped, handler
public event TraceStoppedEventHandler Stopped
public:
virtual event TraceStoppedEventHandler^ Stopped {
void add (TraceStoppedEventHandler^ value);
void remove (TraceStoppedEventHandler^ value);
}
abstract Stopped : IEvent<TraceStoppedEventHandler,
EventArgs>
override Stopped : IEvent<TraceStoppedEventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.