Freigeben über


TraceStoppedEventArgs-Klasse

Represents a trace stopped event.

Vererbungshierarchie

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.TraceStoppedEventArgs

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

Syntax

'Declaration
Public NotInheritable Class TraceStoppedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As TraceStoppedEventArgs
public sealed class TraceStoppedEventArgs : EventArgs
public ref class TraceStoppedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type TraceStoppedEventArgs =  
    class 
        inherit EventArgs 
    end
public final class TraceStoppedEventArgs extends EventArgs

Der TraceStoppedEventArgs-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Exception Gets the exception that occurs in the event.
Öffentliche Eigenschaft StopCause Gets the cause of trace to stop.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace