XEventFileSerializer Class
Represents the serialize events from PublishedEvent object into file.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | XEventFileSerializer(String^) | Initializes a new instance of the XEventFileSerializer class with the specified file name. |
| 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(Object^) | (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(IMetadataGeneration^, IntPtr, UInt32) | Serializes the event data to an output stream. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

