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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.