Udostępnij przez


TraceEventArgs Members

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

The following tables list the members exposed by the TraceEventArgs type.

Public Constructors

  Name Description
TraceEventArgs Initializes a new instance of the TraceEventArgs class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms175264.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms175264.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms175264.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms175264.pubmethod(pl-pl,SQL.100).gifms175264.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms175264.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms175264.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms175264.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top