Класс XEventFileSerializer

Represents the serialize events from PublishedEvent object into file.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.XEvent.Linq
Сборка:  Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)

Синтаксис

'Декларация
Public Class XEventFileSerializer _
    Implements IEventSerializer, IDisposable
'Применение
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

Тип XEventFileSerializer обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод XEventFileSerializer Initializes a new instance of the XEventFileSerializer class with the specified file name.

В начало

Методы

  Имя Описание
Открытый метод 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 (Производный от Object.)
Защищенный метод Finalize Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (Переопределяет Object.Finalize().)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод SerializeObjectData Serializes the event data to an output stream.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.XEvent.Linq