ObjectEventSet.Remove Method
SQL Server 2012
Removes an event from the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- anEvent
- Type: Microsoft.SqlServer.Management.Smo.ObjectEvent
A ObjectEvent object that specifies the event.to be removed.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ObjectEventSetAn ObjectEventSet object that represents the object event set.
