Clase TraceEvent
Represents a trace event.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.TraceEvent
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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
El tipo TraceEvent expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
TraceEvent() | Initializes a new instance of the TraceEvent class. | |
TraceEvent(TraceEventClass) | Initializes a new instance of the TraceEvent class |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Columns | Gets a collection that contains all the columns in the event. | |
EventID | Gets or sets a value that identifies the event. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Creates a copy of TraceEvent object. | |
CopyTo | Copies the content of the object to another object (the destination). | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new copy of this object instance. | |
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. | |
IXmlSerializable.ReadXml | Generates an object from its XML representation. | |
IXmlSerializable.WriteXml | Converts an object into its XML representation. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.