Udostępnij przez


ViewEventSet.Remove Method

Removes an event from the event set.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Function Remove ( _
    anEvent As ViewEvent _
) As ViewEventSet
public ViewEventSet Remove (
    ViewEvent anEvent
)
public:
ViewEventSet^ Remove (
    ViewEvent^ anEvent
)
public ViewEventSet Remove (
    ViewEvent anEvent
)
public function Remove (
    anEvent : ViewEvent
) : ViewEventSet

Parameters

  • anEvent
    A ViewEvent object that specifies the event.

Return Value

A ViewEventSet object that represents the view event set.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.