Constructeur ObjectEventSet (ObjectEvent)
Initializes a new instance of the ObjectEventSet class with the specified set of 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 ObjectEvent _
)
'Utilisation
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
)
Paramètres
- anEvent
Type : Microsoft.SqlServer.Management.Smo. . :: . .ObjectEvent
An ObjectEvent object that specifies a object event.