Freigeben über


TraceEventArgs Class

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

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class TraceEventArgs
    Inherits EventArgs
[GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C")] 
[DefaultMemberAttribute("Item")] 
public sealed class TraceEventArgs : EventArgs
[GuidAttribute(L"9324A406-7388-49a1-BA4A-8A6D4D9DD98C")] 
[DefaultMemberAttribute(L"Item")] 
public ref class TraceEventArgs sealed : public EventArgs
/** @attribute GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class TraceEventArgs extends EventArgs
GuidAttribute("9324A406-7388-49a1-BA4A-8A6D4D9DD98C") 
DefaultMemberAttribute("Item") 
public final class TraceEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.AnalysisServices.TraceEventArgs

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TraceEventArgs Members
Microsoft.AnalysisServices Namespace