Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Sub New ( _
ParamArray events As UserDefinedFunctionEvent() _
)
'Usage
Dim events As UserDefinedFunctionEvent()
Dim instance As New UserDefinedFunctionEventSet(events)
public UserDefinedFunctionEventSet(
params UserDefinedFunctionEvent[] events
)
public:
UserDefinedFunctionEventSet(
... array<UserDefinedFunctionEvent^>^ events
)
new :
events:UserDefinedFunctionEvent[] -> UserDefinedFunctionEventSet
public function UserDefinedFunctionEventSet(
... events : UserDefinedFunctionEvent[]
)
Parameters
- events
Type: array<Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent[]
An array of UserDefinedFunctionEvent objects that specifies a list of user-defined function events.
Examples
See Also
Reference
UserDefinedFunctionEventSet Class