This topic has not yet been rated - Rate this topic

ObjectEventSet.Remove Method

Removes an event from the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ObjectEventSet Remove(
	ObjectEvent anEvent
)

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.ObjectEventSet
An ObjectEventSet object that represents the object event set.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.