Freigeben über


TraceEventArgs-Member

Defines the identifiers and values associated with a trace event. This class cannot be inherited.

Der TraceEventArgs-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TraceEventArgs Initializes a new instance of the TraceEventArgs class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ApplicationName Gets the application name associated with a TraceEventArgs object.
Öffentliche Eigenschaft ClientHostName Gets the client host name associated with a TraceEventArgs object.
Öffentliche Eigenschaft ClientProcessID Gets the client process identifier associated with a TraceEventArgs object.
Öffentliche Eigenschaft ConnectionID Gets the connection identifier associated with a TraceEventArgs object.
Öffentliche Eigenschaft CpuTime Gets the CPU time associated with a TraceEventArgs object.
Öffentliche Eigenschaft CurrentTime Gets the current date and time associated with a TraceEventArgs object.
Öffentliche Eigenschaft DatabaseName Gets the Database name associated with a TraceEventArgs object.
Öffentliche Eigenschaft Duration Gets the duration value associated with a TraceEventArgs object.
Öffentliche Eigenschaft EndTime Gets the end time associated with a TraceEventArgs object.
Öffentliche Eigenschaft Error Gets the error property associated with a TraceEventArgs object.
Öffentliche Eigenschaft EventClass Gets the event class associated with a TraceEventArgs object.
Öffentliche Eigenschaft EventSubclass Gets the event subclass associated with a TraceEventArgs object.
Öffentliche Eigenschaft IntegerData Gets the Integer data associated with a TraceEventArgs object.
Öffentliche Eigenschaft Item Corresponds to the indexor property in the C# language. It allows indexing of a collection in the same manner as with arrays.
Öffentliche Eigenschaft JobID Gets the job identifier associated with a TraceEventArgs object.
Öffentliche Eigenschaft NTCanonicalUserName Gets the NT canonical user name associated with a TraceEventArgs object.
Öffentliche Eigenschaft NTDomainName Gets the NT domain name associated with a TraceEventArgs object.
Öffentliche Eigenschaft NTUserName Gets the NT user name associated with a TraceEventArgs object.
Öffentliche Eigenschaft ObjectID Gets the object identifier associated with a TraceEventArgs object.
Öffentliche Eigenschaft ObjectName Gets the object name associated with a TraceEventArgs object.
Öffentliche Eigenschaft ObjectPath Gets the object path associated with a TraceEventArgs object.
Öffentliche Eigenschaft ObjectReference Gets the object reference associated with a TraceEventArgs object.
Öffentliche Eigenschaft ObjectType Gets the object type associated with a TraceEventArgs object.
Öffentliche Eigenschaft ProgressTotal Gets the progress total associated with a TraceEventArgs object.
Öffentliche Eigenschaft RequestParameters Gets the request parameters associated with a TraceEventArgs object.
Öffentliche Eigenschaft RequestProperties Gets the request properties associated with a TraceEventArgs object.
Öffentliche Eigenschaft ServerName Gets the server name associated with a TraceEventArgs object.
Öffentliche Eigenschaft SessionID Gets the session identifier associated with a TraceEventArgs object.
Öffentliche Eigenschaft SessionType Gets the session type associated with a TraceEventArgs object.
Öffentliche Eigenschaft Severity Gets the severity associated with a TraceEventArgs object.
Öffentliche Eigenschaft Spid Gets the active server process identifier (SPID) on which to execute the parent object.
Öffentliche Eigenschaft StartTime Gets the date and time at which a TraceEventArgs object's trace started.
Öffentliche Eigenschaft Success Gets the success property associated with the trace indicated by a TraceEventArgs object's trace.
Öffentliche Eigenschaft TextData Gets the text data information associated with a TraceEventArgs object.
Öffentliche Eigenschaft XmlaMessages Gets the collection of XMLA messages associated with a TraceEventArgs object.

Zum Anfang