Aracılığıyla paylaş


ITrace.Stopped Olayı

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Event Stopped As TraceStoppedEventHandler
'Kullanım
Dim instance As ITrace
Dim handler As TraceStoppedEventHandler

AddHandler instance.Stopped, handler
event TraceStoppedEventHandler Stopped
 event TraceStoppedEventHandler^ Stopped {
    void add (TraceStoppedEventHandler^ value);
    void remove (TraceStoppedEventHandler^ value);
}
abstract Stopped : IEvent<TraceStoppedEventHandler,
    EventArgs>
JScript, olayların kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.