TraceEvent Class

Represents a trace event.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.TraceEvent

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

Syntax

'Declaration
<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")> _
Public NotInheritable Class TraceEvent _
    Implements ICloneable, IXmlSerializable
'Usage
Dim instance As TraceEvent
[GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public sealed class TraceEvent : ICloneable, 
    IXmlSerializable
[GuidAttribute(L"91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public ref class TraceEvent sealed : ICloneable, 
    IXmlSerializable
[<SealedAttribute>]
[<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")>]
type TraceEvent =  
    class 
        interface ICloneable 
        interface IXmlSerializable 
    end
public final class TraceEvent implements ICloneable, IXmlSerializable

The TraceEvent type exposes the following members.

Constructors

  Name Description
Public method TraceEvent() Initializes a new instance of the TraceEvent class.
Public method TraceEvent(TraceEventClass) Initializes a new instance of the TraceEvent class

Top

Properties

  Name Description
Public property Columns Gets a collection that contains all the columns in the event.
Public property EventID Gets or sets a value that identifies the event.

Top

Methods

  Name Description
Public method Clone Creates a copy of TraceEvent object.
Public method CopyTo Copies the content of the object to another object (the destination).
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Creates a new copy of this object instance.
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Returns an XmlSchema that describes the XML representation of the object that is produced by the IXmlSerializable.WriteXml(XmlWriter) method and consumed by the IXmlSerializable.ReadXml(XmlReader) method.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Generates an object from its XML representation.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Converts an object into its XML representation.

Top

Thread Safety

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

See Also

Reference

Microsoft.AnalysisServices Namespace