Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 ViewEvent _
) As ViewEventSet
'Usage
Dim instance As ViewEventSet
Dim anEvent As ViewEvent
Dim returnValue As ViewEventSet
returnValue = instance.Remove(anEvent)
public ViewEventSet Remove(
ViewEvent anEvent
)
public:
ViewEventSet^ Remove(
ViewEvent^ anEvent
)
member Remove :
anEvent:ViewEvent -> ViewEventSet
public function Remove(
anEvent : ViewEvent
) : ViewEventSet
Parameters
- anEvent
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
A ViewEvent object that specifies the event.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
A ViewEventSet object that represents the view event set.