SqlAssemblyEventSet Constructor (array<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
'Declaration
Public Sub New ( _
ParamArray events As SqlAssemblyEvent() _
)
'Usage
Dim events As SqlAssemblyEvent()
Dim instance As New SqlAssemblyEventSet(events)
public SqlAssemblyEventSet(
params SqlAssemblyEvent[] events
)
public:
SqlAssemblyEventSet(
... array<SqlAssemblyEvent^>^ events
)
new :
events:SqlAssemblyEvent[] -> SqlAssemblyEventSet
public function SqlAssemblyEventSet(
... events : SqlAssemblyEvent[]
)
Parameters
- events
Type: array<Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent[]
An array of SqlAssemblyEvent objects that specifies a list of assembly events.