Share via


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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TraceEventArgs Members
Microsoft.AnalysisServices Namespace