Invokes the handler before a replayed trace is started.
命名空間: Microsoft.SqlServer.Management.Trace
組件: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
語法
'宣告
Public Event ReplayStart As ReplayStartHandler
public event ReplayStartHandler ReplayStart
public:
event ReplayStartHandler^ ReplayStart {
void add (ReplayStartHandler^ value);
void remove (ReplayStartHandler^ value);
}
/** @event */
public void add_ReplayStart (ReplayStartHandler value)
/** @event */
public void remove_ReplayStart (ReplayStartHandler value)
JScript 支援事件的使用,但不支援新事件的宣告。
範例
備註
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