SqlAssemblyEvent.Add Method
SQL Server 2012
Returns an SQL assembly event set that is created by adding two SQL assembly events together.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static SqlAssemblyEventSet Add( SqlAssemblyEvent eventLeft, SqlAssemblyEvent eventRight )
Parameters
- eventLeft
- Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
An SqlAssemblyEvent object that specifies the assembly event to add.
- eventRight
- Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
An SqlAssemblyEvent object that specifies the other assembly event to add.
Return Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSetAn SqlAssemblyEventSet object value that specifies a set of two assembly events.
