UserEvents.UnsubscribeAllEvents 메서드
Clears all event settings, and removes all event handlers.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub UnsubscribeAllEvents
‘사용 방법
Dim instance As UserEvents
instance.UnsubscribeAllEvents()
public void UnsubscribeAllEvents()
public:
void UnsubscribeAllEvents()
member UnsubscribeAllEvents : unit -> unit
public function UnsubscribeAllEvents()