Constructeur ObjectEventSet (ObjectEvent[])
Initializes a new instance of the ObjectEventSet class with the specified set of events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ParamArray events As ObjectEvent() _
)
'Utilisation
Dim events As ObjectEvent()
Dim instance As New ObjectEventSet(events)
public ObjectEventSet(
params ObjectEvent[] events
)
public:
ObjectEventSet(
... array<ObjectEvent^>^ events
)
new :
events:ObjectEvent[] -> ObjectEventSet
public function ObjectEventSet(
... events : ObjectEvent[]
)
Paramètres
- events
Type : array<Microsoft.SqlServer.Management.Smo. . :: . .ObjectEvent> [] () [] []
An array of ObjectEvent object that specifies several object events.