다음을 통해 공유


TraceReplay 멤버

The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.

TraceReplay 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 TraceReplay Initializes a new instance of the TraceReplay class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Dispose Deletes the trace information.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize Completes the trace replay. (Object. . :: . .Finalize() () () ()을(를) 재정의합니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Pause Pauses the trace replay.
공용 메서드 Start Starts the trace replay.
공용 메서드 Stop Stops the trace replay.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Connection Gets or sets the connection with an instance of SQL Server.
공용 속성 Options Gets or sets the configuration options for replaying the trace.
공용 속성 OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
공용 속성 OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
공용 속성 Source Gets or sets the TraceReader object that contains the trace to be replayed.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 ReplayEvent Invokes the handler before an event is replayed.
공용 이벤트 ReplayPause Invokes the handler before a replayed trace is paused.
공용 이벤트 ReplayResultEvent Invokes the handler before a result is returned from a replayed event.
공용 이벤트 ReplayStart Invokes the handler before a replayed trace is started.
공용 이벤트 ReplayStop Invokes the handler before a replayed trace is stopped.

맨 위로 이동