共用方式為


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.

頂端