Udostępnij przez


SqlAssemblyEventSet Constructor (SqlAssemblyEvent[])

Initializes a new instance of the SqlAssemblyEventSet class with a specified set of events.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    ParamArray events As SqlAssemblyEvent() _
)
public SqlAssemblyEventSet (
    params SqlAssemblyEvent[] events
)
public:
SqlAssemblyEventSet (
    ... array<SqlAssemblyEvent^>^ events
)
public SqlAssemblyEventSet (
    SqlAssemblyEvent[] events
)
public function SqlAssemblyEventSet (
    ... events : SqlAssemblyEvent[]
)

Parameters

  • events
    An array of SqlAssemblyEvent objects that specifies a list of assembly 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.