Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
SQL Server
SQL Server 2012
Produktdokumentation
TraceEventArgs Class
Alle reduzieren/Alle erweitern Alle reduzieren
Andere Versionen stehen ebenfalls zur Verfügung für:
TraceEventArgs Class

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

Object
  EventArgs
    Microsoft.AnalysisServices..::.TraceEventArgs

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Visual Basic (Declaration)
<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")> _
Public NotInheritable Class TraceEventArgs _
    Inherits EventArgs
Visual Basic (Usage)
Dim instance As TraceEventArgs
C#
[GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")]
public sealed class TraceEventArgs : EventArgs
Visual C++
[GuidAttribute(L"9324A406-7388-49a1-BA4A-8A6D4D9DD98C")]
public ref class TraceEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
[<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")>]
type TraceEventArgs =  
    class
        inherit EventArgs
    end
JScript
public final class TraceEventArgs extends EventArgs

The TraceEventArgs type exposes the following members.

  NameDescription
Public methodTraceEventArgsInitializes a new instance of the TraceEventArgs class.
Top
  NameDescription
Public propertyApplicationNameGets the application name associated with a TraceEventArgs object.
Public propertyClientHostNameGets the client host name associated with a TraceEventArgs object.
Public propertyClientProcessIDGets the client process identifier associated with a TraceEventArgs object.
Public propertyConnectionIDGets the connection identifier associated with a TraceEventArgs object.
Public propertyCpuTimeGets the CPU time associated with a TraceEventArgs object.
Public propertyCurrentTimeGets the current date and time associated with a TraceEventArgs object.
Public propertyDatabaseNameGets the Database name associated with a TraceEventArgs object.
Public propertyDurationGets the duration value associated with a TraceEventArgs object.
Public propertyEndTimeGets the end time associated with a TraceEventArgs object.
Public propertyErrorGets the error property associated with a TraceEventArgs object.
Public propertyEventClassGets the event class associated with a TraceEventArgs object.
Public propertyEventSubclassGets the event subclass associated with a TraceEventArgs object.
Public propertyIntegerDataGets the Integer data associated with a TraceEventArgs object.
Public propertyItemCorresponds to the indexor property in the C# language. It allows indexing of a collection in the same manner as with arrays.
Public propertyJobIDGets the job identifier associated with a TraceEventArgs object.
Public propertyNTCanonicalUserNameGets the NT canonical user name associated with a TraceEventArgs object.
Public propertyNTDomainNameGets the NT domain name associated with a TraceEventArgs object.
Public propertyNTUserNameGets the NT user name associated with a TraceEventArgs object.
Public propertyObjectIDGets the object identifier associated with a TraceEventArgs object.
Public propertyObjectNameGets the object name associated with a TraceEventArgs object.
Public propertyObjectPathGets the object path associated with a TraceEventArgs object.
Public propertyObjectReferenceGets the object reference associated with a TraceEventArgs object.
Public propertyObjectTypeGets the object type associated with a TraceEventArgs object.
Public propertyProgressTotalGets the progress total associated with a TraceEventArgs object.
Public propertyRequestParametersGets the request parameters associated with a TraceEventArgs object.
Public propertyRequestPropertiesGets the request properties associated with a TraceEventArgs object.
Public propertyServerNameGets the server name associated with a TraceEventArgs object.
Public propertySessionIDGets the session identifier associated with a TraceEventArgs object.
Public propertySessionTypeGets the session type associated with a TraceEventArgs object.
Public propertySeverityGets the severity associated with a TraceEventArgs object.
Public propertySpidGets the active server process identifier (SPID) on which to execute the parent object.
Public propertyStartTimeGets the date and time at which a TraceEventArgs object's trace started.
Public propertySuccessGets the success property associated with the trace indicated by a TraceEventArgs object's trace.
Public propertyTextDataGets the text data information associated with a TraceEventArgs object.
Public propertyXmlaMessagesGets the collection of XMLA messages associated with a TraceEventArgs object.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker