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에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.