Constructeur ServiceQueueEventSet (ServiceQueueEventSet)
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
eventSet As ServiceQueueEventSet _
)
'Utilisation
Dim eventSet As ServiceQueueEventSet
Dim instance As New ServiceQueueEventSet(eventSet)
public ServiceQueueEventSet(
ServiceQueueEventSet eventSet
)
public:
ServiceQueueEventSet(
ServiceQueueEventSet^ eventSet
)
new :
eventSet:ServiceQueueEventSet -> ServiceQueueEventSet
public function ServiceQueueEventSet(
eventSet : ServiceQueueEventSet
)
Paramètres
- eventSet
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
A ServiceQueueEventSet that specifies a set of data definition language (DDL) server events.