StopEvents 方法

Stops receiving events.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub StopEvents
用法
Dim instance As DatabaseEvents

instance.StopEvents()
public void StopEvents()
public:
void StopEvents()
member StopEvents : unit -> unit 
public function StopEvents()