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
Méthode publique XEventFileSerializer Initializes a new instance of the XEventFileSerializer class with the specified file name.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose() Releases all resources used by the current instance of the XEventFileSerializer class.
Méthode protégée Dispose(Boolean) Releases the unmanaged resources used by the XEventFileSerializer class and optionally releases the managed resources.
Méthode publique Equals (hérité de Object.)
Méthode protégée 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().)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SerializeObjectData Serializes the event data to an output stream.
Méthode publique 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent.Linq