共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。