ViewEvents.StopEvents Method ()

 

Applies To: SQL Server 2016 Preview

Stops receiving events.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public void StopEvents()
public:
void StopEvents()
member StopEvents : unit -> unit
Public Sub StopEvents

Examples

Legacy Code Example

Handling SMO Events

See Also

ViewEvents Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top