Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes PublishedEvent objects into extended event files.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Interface IEventSerializer
'Usage
Dim instance As IEventSerializer
public interface IEventSerializer
public interface class IEventSerializer
type IEventSerializer = interface end
public interface IEventSerializer
The IEventSerializer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SerializeObjectData | Infrastructure. Serializes event data to an output stream. |
Top