UserDefinedFunctionEventSet Constructor (UserDefinedFunctionEvent)
Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
anEvent As UserDefinedFunctionEvent _
)
public UserDefinedFunctionEventSet (
UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet (
UserDefinedFunctionEvent^ anEvent
)
public UserDefinedFunctionEventSet (
UserDefinedFunctionEvent anEvent
)
public function UserDefinedFunctionEventSet (
anEvent : UserDefinedFunctionEvent
)
Parameters
- anEvent
A UserDefinedFunctionEvent object that specifies a user-defined function event.
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.