SubscribeToEvents 메서드 (ViewEventSet)
Specifies the view events to receive.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub SubscribeToEvents ( _
events As ViewEventSet _
)
‘사용 방법
Dim instance As ViewEvents
Dim events As ViewEventSet
instance.SubscribeToEvents(events)
public void SubscribeToEvents(
ViewEventSet events
)
public:
void SubscribeToEvents(
ViewEventSet^ events
)
member SubscribeToEvents :
events:ViewEventSet -> unit
public function SubscribeToEvents(
events : ViewEventSet
)
매개 변수
- events
유형: Microsoft.SqlServer.Management.Smo. . :: . .ViewEventSet
A ViewEventSet object that specifies the set of events to receive.
주의
Events are sent to the event handlers that are registered with the OnEvent statement.