ServerEventSet Constructor (ServerEvent[])
Initializes a new instance of the ServerEventSet class with specified events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
ParamArray events As ServerEvent() _
)
public ServerEventSet (
params ServerEvent[] events
)
public:
ServerEventSet (
... array<ServerEvent^>^ events
)
public ServerEventSet (
ServerEvent[] events
)
public function ServerEventSet (
... events : ServerEvent[]
)
Parameters
- events
An array of ServerEvent objects that specifies several server 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.