Share via


Méthode SubscribeToEvents (ViewEventSet)

Specifies the view events to receive.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub SubscribeToEvents ( _
    events As ViewEventSet _
)
'Utilisation
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
)

Paramètres

Notes

Events are sent to the event handlers that are registered with the OnEvent statement.