Costruttore ObjectEventSet (ObjectEvent)
Initializes a new instance of the ObjectEventSet class with the specified set of event.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
anEvent As ObjectEvent _
)
'Utilizzo
Dim anEvent As ObjectEvent
Dim instance As New ObjectEventSet(anEvent)
public ObjectEventSet(
ObjectEvent anEvent
)
public:
ObjectEventSet(
ObjectEvent^ anEvent
)
new :
anEvent:ObjectEvent -> ObjectEventSet
public function ObjectEventSet(
anEvent : ObjectEvent
)
Parametri
- anEvent
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ObjectEvent
An ObjectEvent object that specifies a object event.
Vedere anche