Compartilhar via


Membros TraceEventArgs

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

O tipo TraceEventArgs expõe os seguintes membros.

Construtores

  Nome Descrição
Método público TraceEventArgs Initializes a new instance of the TraceEventArgs class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública ApplicationName Gets the application name associated with a TraceEventArgs object.
Propriedade pública ClientHostName Gets the client host name associated with a TraceEventArgs object.
Propriedade pública ClientProcessID Gets the client process identifier associated with a TraceEventArgs object.
Propriedade pública ConnectionID Gets the connection identifier associated with a TraceEventArgs object.
Propriedade pública CpuTime Gets the CPU time associated with a TraceEventArgs object.
Propriedade pública CurrentTime Gets the current date and time associated with a TraceEventArgs object.
Propriedade pública DatabaseName Gets the Database name associated with a TraceEventArgs object.
Propriedade pública Duration Gets the duration value associated with a TraceEventArgs object.
Propriedade pública EndTime Gets the end time associated with a TraceEventArgs object.
Propriedade pública Error Gets the error property associated with a TraceEventArgs object.
Propriedade pública EventClass Gets the event class associated with a TraceEventArgs object.
Propriedade pública EventSubclass Gets the event subclass associated with a TraceEventArgs object.
Propriedade pública IntegerData Gets the Integer data associated with a TraceEventArgs object.
Propriedade 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.
Propriedade pública JobID Gets the job identifier associated with a TraceEventArgs object.
Propriedade pública NTCanonicalUserName Gets the NT canonical user name associated with a TraceEventArgs object.
Propriedade pública NTDomainName Gets the NT domain name associated with a TraceEventArgs object.
Propriedade pública NTUserName Gets the NT user name associated with a TraceEventArgs object.
Propriedade pública ObjectID Gets the object identifier associated with a TraceEventArgs object.
Propriedade pública ObjectName Gets the object name associated with a TraceEventArgs object.
Propriedade pública ObjectPath Gets the object path associated with a TraceEventArgs object.
Propriedade pública ObjectReference Gets the object reference associated with a TraceEventArgs object.
Propriedade pública ObjectType Gets the object type associated with a TraceEventArgs object.
Propriedade pública ProgressTotal Gets the progress total associated with a TraceEventArgs object.
Propriedade pública RequestParameters Gets the request parameters associated with a TraceEventArgs object.
Propriedade pública RequestProperties Gets the request properties associated with a TraceEventArgs object.
Propriedade pública ServerName Gets the server name associated with a TraceEventArgs object.
Propriedade pública SessionID Gets the session identifier associated with a TraceEventArgs object.
Propriedade pública SessionType Gets the session type associated with a TraceEventArgs object.
Propriedade pública Severity Gets the severity associated with a TraceEventArgs object.
Propriedade pública Spid Gets the active server process identifier (SPID) on which to execute the parent object.
Propriedade pública StartTime Gets the date and time at which a TraceEventArgs object's trace started.
Propriedade pública Success Gets the success property associated with the trace indicated by a TraceEventArgs object's trace.
Propriedade pública TextData Gets the text data information associated with a TraceEventArgs object.
Propriedade pública XmlaMessages Gets the collection of XMLA messages associated with a TraceEventArgs object.

Início