Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an event from the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Remove ( _
anEvent As SqlAssemblyEvent _
) As SqlAssemblyEventSet
'Usage
Dim instance As SqlAssemblyEventSet
Dim anEvent As SqlAssemblyEvent
Dim returnValue As SqlAssemblyEventSet
returnValue = instance.Remove(anEvent)
public SqlAssemblyEventSet Remove(
SqlAssemblyEvent anEvent
)
public:
SqlAssemblyEventSet^ Remove(
SqlAssemblyEvent^ anEvent
)
member Remove :
anEvent:SqlAssemblyEvent -> SqlAssemblyEventSet
public function Remove(
anEvent : SqlAssemblyEvent
) : SqlAssemblyEventSet
Parameters
- anEvent
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that specifies the event.
Return Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
A SqlAssemblyEventSet object that represents the assembly event set.