Compartilhar via


Classe TraceEvent

Represents a trace event.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.TraceEvent

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

Sintaxe

'Declaração
<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")> _
Public NotInheritable Class TraceEvent _
    Implements ICloneable, IXmlSerializable
'Uso
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

O tipo TraceEvent expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TraceEvent() Initializes a new instance of the TraceEvent class.
Método público TraceEvent(TraceEventClass) Initializes a new instance of the TraceEvent class

Início

Propriedades

  Nome Descrição
Propriedade pública Columns Gets a collection that contains all the columns in the event.
Propriedade pública EventID Gets or sets a value that identifies the event.

Início

Métodos

  Nome Descrição
Método público Clone Creates a copy of TraceEvent object.
Método público CopyTo Copies the content of the object to another object (the destination).
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of this object instance.
Implementações de interfaces explícitasMétodo privado 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.
Implementações de interfaces explícitasMétodo privado IXmlSerializable.ReadXml Generates an object from its XML representation.
Implementações de interfaces explícitasMétodo privado IXmlSerializable.WriteXml Converts an object into its XML representation.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices