UserDefinedFunctionEvent.Addition Operator
SQL Server 2012
Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static UserDefinedFunctionEventSet operator +( UserDefinedFunctionEvent eventLeft, UserDefinedFunctionEvent eventRight )
Parameters
- eventLeft
- Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
- eventRight
- Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
Return Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSetA UserDefinedFunctionEventSet object value that specifies a set of user-defined function events.