Costruttore ServiceQueueEventSet (ServiceQueueEventSet)
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
eventSet As ServiceQueueEventSet _
)
'Utilizzo
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
)
Parametri
- eventSet
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
A ServiceQueueEventSet that specifies a set of data definition language (DDL) server events.
Vedere anche