Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)