Compartir a través de


Clase XEventFileSerializer

Represents the serialize events from PublishedEvent object into file.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.XEvent.Linq.XEventFileSerializer

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Class XEventFileSerializer _
    Implements IEventSerializer, IDisposable
'Uso
Dim instance As XEventFileSerializer
public class XEventFileSerializer : IEventSerializer, 
    IDisposable
public ref class XEventFileSerializer : IEventSerializer, 
    IDisposable
type XEventFileSerializer =  
    class 
        interface IEventSerializer 
        interface IDisposable 
    end
public class XEventFileSerializer implements IEventSerializer, IDisposable

El tipo XEventFileSerializer expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público XEventFileSerializer Initializes a new instance of the XEventFileSerializer class with the specified file name.

Arriba

Métodos

  Nombre Descripción
Método público Dispose() Releases all resources used by the current instance of the XEventFileSerializer class.
Método protegido Dispose(Boolean) Releases the unmanaged resources used by the XEventFileSerializer class and optionally releases the managed resources.
Método público Equals (Se hereda de Object.)
Método protegido Finalize Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (Invalida Object.Finalize().)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público SerializeObjectData Serializes the event data to an output stream.
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent.Linq