Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the event handler when the tracing is stopped.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Delegate Sub TraceStoppedEventHandler ( _
sender As ITrace, _
e As TraceStoppedEventArgs _
)
'Utilisation
Dim instance As New TraceStoppedEventHandler(AddressOf HandlerMethod)
public delegate void TraceStoppedEventHandler(
ITrace sender,
TraceStoppedEventArgs e
)
public delegate void TraceStoppedEventHandler(
ITrace^ sender,
TraceStoppedEventArgs^ e
)
type TraceStoppedEventHandler =
delegate of
sender:ITrace *
e:TraceStoppedEventArgs -> unit
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : Microsoft.AnalysisServices.ITrace
The trace.
- e
Type : Microsoft.AnalysisServices.TraceStoppedEventArgs
The event arguments.