Partager via


Constructeur ViewEventSet (ViewEvent)

Initializes a new instance of the ViewEventSet class with a specified event.

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

Syntaxe

'Déclaration
Public Sub New ( _
    anEvent As ViewEvent _
)
'Utilisation
Dim anEvent As ViewEvent

Dim instance As New ViewEventSet(anEvent)
public ViewEventSet(
    ViewEvent anEvent
)
public:
ViewEventSet(
    ViewEvent^ anEvent
)
new : 
        anEvent:ViewEvent -> ViewEventSet
public function ViewEventSet(
    anEvent : ViewEvent
)

Paramètres