Partager via


Membres TraceEventArgs

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

Le type TraceEventArgs expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TraceEventArgs Initializes a new instance of the TraceEventArgs class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page