Freigeben über


XEventFileSerializer-Klasse

Represents the serialize events from PublishedEvent object into file.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public Class XEventFileSerializer _
    Implements IEventSerializer, IDisposable
'Usage
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

Der XEventFileSerializer-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode XEventFileSerializer Initializes a new instance of the XEventFileSerializer class with the specified file name.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose() Releases all resources used by the current instance of the XEventFileSerializer class.
Geschützte Methode Dispose(Boolean) Releases the unmanaged resources used by the XEventFileSerializer class and optionally releases the managed resources.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (Überschreibt Object.Finalize().)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SerializeObjectData Serializes the event data to an output stream.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.XEvent.Linq-Namespace