Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
eventSet As ServiceQueueEventSet _
)
'Usage
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
)
Parameters
- eventSet
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet that specifies a set of data definition language (DDL) server events.