Constructeur SqlAssemblyEventSet (array<SqlAssemblyEvent )
Initializes a new instance of the SqlAssemblyEventSet class with a specified set of events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ParamArray events As SqlAssemblyEvent() _
)
'Utilisation
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[]
)
Paramètres
- events
Type : array<Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent[]
An array of SqlAssemblyEvent objects that specifies a list of assembly events.