Compartilhar via


Classe XEventFileSerializer

Represents the serialize events from PublishedEvent object into file.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
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

O tipo XEventFileSerializer expõe os membros a seguir.

Construtores

  Nome Descrição
Método público XEventFileSerializer Initializes a new instance of the XEventFileSerializer class with the specified file name.

Início

Métodos

  Nome Descrição
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 (Herdado 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. (Substitui Object.Finalize().)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público SerializeObjectData Serializes the event data to an output stream.
Método público ToString (Herdado de Object.)

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.SqlServer.XEvent.Linq