TableEventSet Constructor (TableEvent[])
Initializes a new instance of the TableEventSet 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 TableEvent() _
)
public TableEventSet (
params TableEvent[] events
)
public:
TableEventSet (
... array<TableEvent^>^ events
)
public TableEventSet (
TableEvent[] events
)
public function TableEventSet (
... events : TableEvent[]
)
Parameters
- events
An array of TableEvent object that specifies a list of table 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.
See Also