TraceEvent Class

 

Updated: May 24, 2016

Represents a trace event.

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

System::Object
  Microsoft.AnalysisServices::TraceEvent

[GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public ref class TraceEvent sealed : ICloneable, IXmlSerializable

NameDescription
System_CAPS_pubmethodTraceEvent()

Initializes a new instance of the TraceEvent class.

System_CAPS_pubmethodTraceEvent(TraceEventClass)

Initializes a new instance of the TraceEvent class

NameDescription
System_CAPS_pubpropertyColumns

Gets a collection that contains all the columns in the event.

System_CAPS_pubpropertyEventID

Gets or sets a value that identifies the event.

NameDescription
System_CAPS_pubmethodClone()

Creates a copy of TraceEvent object.

System_CAPS_pubmethodCopyTo(TraceEvent^)

Copies the content of the object to another object (the destination).

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new copy of this object instance.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Returns an XmlSchema that describes the XML representation of the object that is produced by the IXmlSerializable::WriteXml method and consumed by the IXmlSerializable::ReadXml method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Generates an object from its XML representation.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::WriteXml(XmlWriter^)

Converts an object into its XML representation.

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

Return to top
Show: