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 | |
---|---|---|
XEventFileSerializer | Initializes a new instance of the XEventFileSerializer class with the specified file name. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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 | (Se hereda de Object.) | |
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().) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
SerializeObjectData | Serializes the event data to an output stream. | |
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.