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 | |
---|---|---|
XEventFileSerializer | Initializes a new instance of the XEventFileSerializer class with the specified file name. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose() | Releases all resources used by the current instance of the XEventFileSerializer class. | |
Dispose(Boolean) | Releases the unmanaged resources used by the XEventFileSerializer class and optionally releases the managed resources. | |
Equals | (Herdado de Object.) | |
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().) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
SerializeObjectData | Serializes the event data to an output stream. | |
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.