Classe XEventFileSerializer
Represents the serialize events from PublishedEvent object into file.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.Linq.XEventFileSerializer
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class XEventFileSerializer _
Implements IEventSerializer, IDisposable
'Utilisation
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
Le type XEventFileSerializer expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
XEventFileSerializer | Initializes a new instance of the XEventFileSerializer class with the specified file name. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
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 | (hérité de Object.) | |
Finalize | Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (remplace Object.Finalize().) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SerializeObjectData | Serializes the event data to an output stream. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.