หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Invokes the handler before a replayed trace is paused.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Event ReplayPause As ReplayPauseHandler
'Usage
Dim instance As TraceReplay
Dim handler As ReplayPauseHandler
AddHandler instance.ReplayPause, handler
public event ReplayPauseHandler ReplayPause
public:
event ReplayPauseHandler^ ReplayPause {
void add (ReplayPauseHandler^ value);
void remove (ReplayPauseHandler^ value);
}
member ReplayPause : IEvent<ReplayPauseHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace