Partager via


Classe TraceEvent

Represents a trace event.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.TraceEvent

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")> _
Public NotInheritable Class TraceEvent _
    Implements ICloneable, IXmlSerializable
'Utilisation
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

Le type TraceEvent expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TraceEvent() Initializes a new instance of the TraceEvent class.
Méthode publique TraceEvent(TraceEventClass) Initializes a new instance of the TraceEvent class

Haut de la page

Propriétés

  Nom Description
Propriété publique Columns Gets a collection that contains all the columns in the event.
Propriété publique EventID Gets or sets a value that identifies the event.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a copy of TraceEvent object.
Méthode publique CopyTo Copies the content of the object to another object (the destination).
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of this object instance.
Implémentation d'interface expliciteMéthode privée 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.
Implémentation d'interface expliciteMéthode privée IXmlSerializable.ReadXml Generates an object from its XML representation.
Implémentation d'interface expliciteMéthode privée IXmlSerializable.WriteXml Converts an object into its XML representation.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices