다음을 통해 공유


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 are sent to the event handlers that are registered with the OnEvent statement.