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 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。