TraceReplay.ReplayStop Event

Invokes the handler before a replayed trace is stopped.

命名空间: Microsoft.SqlServer.Management.Trace
程序集: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

语法

声明
Public Event ReplayStop As ReplayStopHandler
public event ReplayStopHandler ReplayStop
public:
event ReplayStopHandler^ ReplayStop {
    void add (ReplayStopHandler^ value);
    void remove (ReplayStopHandler^ value);
}
/** @event */
public void add_ReplayStop (ReplayStopHandler value)

/** @event */
public void remove_ReplayStop (ReplayStopHandler value)
JScript 支持事件的使用,但不支持新事件的声明。

示例

Readme_Tracer

备注

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

TraceReplay Class
TraceReplay Members
Microsoft.SqlServer.Management.Trace Namespace

其他资源

跟踪标志 (Transact-SQL)
使用 SQL Server Profiler