Construtor SqlAssemblyEventSet (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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
ParamArray events As SqlAssemblyEvent() _
)
'Uso
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[]
)
Parâmetros
- events
Tipo: array<Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent[]
An array of SqlAssemblyEvent objects that specifies a list of assembly events.