Share via


TraceEventArgs 클래스

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

상속 계층

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.TraceEventArgs

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")> _
Public NotInheritable Class TraceEventArgs _
    Inherits EventArgs
‘사용 방법
Dim instance As TraceEventArgs
[GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")]
public sealed class TraceEventArgs : EventArgs
[GuidAttribute(L"9324A406-7388-49a1-BA4A-8A6D4D9DD98C")]
public ref class TraceEventArgs sealed : public EventArgs
[<SealedAttribute>]
[<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")>]
type TraceEventArgs =  
    class 
        inherit EventArgs 
    end
public final class TraceEventArgs extends EventArgs

TraceEventArgs 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 TraceEventArgs Initializes a new instance of the TraceEventArgs class.

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스