Поделиться через


Элементы TraceEventArgs

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

Тип TraceEventArgs предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод TraceEventArgs Initializes a new instance of the TraceEventArgs class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

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

В начало