Condividi tramite


Classe TraceEventArgs

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

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.TraceEventArgs

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")> _
Public NotInheritable Class TraceEventArgs _
    Inherits EventArgs
'Utilizzo
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

Nel tipo TraceEventArgs sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TraceEventArgs Initializes a new instance of the TraceEventArgs class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ApplicationName Gets the application name associated with a TraceEventArgs object.
Proprietà pubblica ClientHostName Gets the client host name associated with a TraceEventArgs object.
Proprietà pubblica ClientProcessID Gets the client process identifier associated with a TraceEventArgs object.
Proprietà pubblica ConnectionID Gets the connection identifier associated with a TraceEventArgs object.
Proprietà pubblica CpuTime Gets the CPU time associated with a TraceEventArgs object.
Proprietà pubblica CurrentTime Gets the current date and time associated with a TraceEventArgs object.
Proprietà pubblica DatabaseName Gets the Database name associated with a TraceEventArgs object.
Proprietà pubblica Duration Gets the duration value associated with a TraceEventArgs object.
Proprietà pubblica EndTime Gets the end time associated with a TraceEventArgs object.
Proprietà pubblica Error Gets the error property associated with a TraceEventArgs object.
Proprietà pubblica EventClass Gets the event class associated with a TraceEventArgs object.
Proprietà pubblica EventSubclass Gets the event subclass associated with a TraceEventArgs object.
Proprietà pubblica IntegerData Gets the Integer data associated with a TraceEventArgs object.
Proprietà pubblica Item Corresponds to the indexor property in the C# language. It allows indexing of a collection in the same manner as with arrays.
Proprietà pubblica JobID Gets the job identifier associated with a TraceEventArgs object.
Proprietà pubblica NTCanonicalUserName Gets the NT canonical user name associated with a TraceEventArgs object.
Proprietà pubblica NTDomainName Gets the NT domain name associated with a TraceEventArgs object.
Proprietà pubblica NTUserName Gets the NT user name associated with a TraceEventArgs object.
Proprietà pubblica ObjectID Gets the object identifier associated with a TraceEventArgs object.
Proprietà pubblica ObjectName Gets the object name associated with a TraceEventArgs object.
Proprietà pubblica ObjectPath Gets the object path associated with a TraceEventArgs object.
Proprietà pubblica ObjectReference Gets the object reference associated with a TraceEventArgs object.
Proprietà pubblica ObjectType Gets the object type associated with a TraceEventArgs object.
Proprietà pubblica ProgressTotal Gets the progress total associated with a TraceEventArgs object.
Proprietà pubblica RequestParameters Gets the request parameters associated with a TraceEventArgs object.
Proprietà pubblica RequestProperties Gets the request properties associated with a TraceEventArgs object.
Proprietà pubblica ServerName Gets the server name associated with a TraceEventArgs object.
Proprietà pubblica SessionID Gets the session identifier associated with a TraceEventArgs object.
Proprietà pubblica SessionType Gets the session type associated with a TraceEventArgs object.
Proprietà pubblica Severity Gets the severity associated with a TraceEventArgs object.
Proprietà pubblica Spid Gets the active server process identifier (SPID) on which to execute the parent object.
Proprietà pubblica StartTime Gets the date and time at which a TraceEventArgs object's trace started.
Proprietà pubblica Success Gets the success property associated with the trace indicated by a TraceEventArgs object's trace.
Proprietà pubblica TextData Gets the text data information associated with a TraceEventArgs object.
Proprietà pubblica XmlaMessages Gets the collection of XMLA messages associated with a TraceEventArgs object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices