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.
Represents the serialize events from PublishedEvent object into file.
Inheritance Hierarchy
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
The XEventFileSerializer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
XEventFileSerializer | Initializes a new instance of the XEventFileSerializer class with the specified file name. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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 | (Inherited from Object.) |
![]() |
Finalize | Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. (Overrides Object.Finalize().) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SerializeObjectData | Serializes the event data to an output stream. |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.