Поделиться через


Класс 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник