Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Флаги трассировки (Transact-SQL)
Работа с приложением SQL Server Profiler