다음을 통해 공유


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.

맨 위로 이동