Compartir a través de


ViewEventSet Constructor (ViewEvent)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    anEvent As ViewEvent _
)
'Uso
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
)

Parámetros