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
'Declaration
Public Sub New ( _
anEvent As UserDefinedFunctionEvent _
)
'Usage
Dim anEvent As UserDefinedFunctionEvent
Dim instance As New UserDefinedFunctionEventSet(anEvent)
public UserDefinedFunctionEventSet(
UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet(
UserDefinedFunctionEvent^ anEvent
)
new :
anEvent:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet
public function UserDefinedFunctionEventSet(
anEvent : UserDefinedFunctionEvent
)
Parameters
- anEvent
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies a user-defined function event.