Udostępnij przez


ServiceQueueEventSet Constructor (ServiceQueueEventSet)

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

'Deklaracja
Public Sub New ( _
    eventSet As ServiceQueueEventSet _
)
public ServiceQueueEventSet (
    ServiceQueueEventSet eventSet
)
public:
ServiceQueueEventSet (
    ServiceQueueEventSet^ eventSet
)
public ServiceQueueEventSet (
    ServiceQueueEventSet eventSet
)
public function ServiceQueueEventSet (
    eventSet : ServiceQueueEventSet
)

Parameters

  • eventSet
    A ServiceQueueEventSet that specifies a set of data definition language (DDL) server events.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.