TraceReplay.Stop Method
Stops the trace replay.
Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Sub Stop
'Usage
Dim instance As TraceReplay
instance.Stop()
public void Stop()
public:
void Stop()
member Stop : unit -> unit 
public function Stop()
See Also