UnsubscribeFromEvents 메서드
Clears the specified event settings, and removes all event handlers.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub UnsubscribeFromEvents ( _
events As ViewEventSet _
)
‘사용 방법
Dim instance As ViewEvents
Dim events As ViewEventSet
instance.UnsubscribeFromEvents(events)
public void UnsubscribeFromEvents(
ViewEventSet events
)
public:
void UnsubscribeFromEvents(
ViewEventSet^ events
)
member UnsubscribeFromEvents :
events:ViewEventSet -> unit
public function UnsubscribeFromEvents(
events : ViewEventSet
)
매개 변수
- events
유형: Microsoft.SqlServer.Management.Smo. . :: . .ViewEventSet
A ViewEventSet object that specifies the set of events to stop receiving.