共用方式為


StartEvents 方法

Starts receiving events.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub StartEvents
'用途
Dim instance As UserDefinedTypeEvents

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