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