Share via


TraceEventArgs Miembros

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

El tipo TraceEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico TraceEventArgs Initializes a new instance of the TraceEventArgs class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio