UserDefinedFunctionEventSet Constructor (UserDefinedFunctionEvent[])
Initializes a new instance of the UserDefinedFunctionEventSet 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 UserDefinedFunctionEvent() _
)
public UserDefinedFunctionEventSet (
params UserDefinedFunctionEvent[] events
)
public:
UserDefinedFunctionEventSet (
... array<UserDefinedFunctionEvent^>^ events
)
public UserDefinedFunctionEventSet (
UserDefinedFunctionEvent[] events
)
public function UserDefinedFunctionEventSet (
... events : UserDefinedFunctionEvent[]
)
Parameters
- events
An array of UserDefinedFunctionEvent objects that specifies a list of user-defined function 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.