Udostępnij przez


ViewEventSet.Subtract Method

Removes a view event from the event set.

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

Syntax

'Deklaracja
Public Shared Function Subtract ( _
    eventSet As ViewEventSet, _
    anEvent As ViewEvent _
) As ViewEventSet
public static ViewEventSet Subtract (
    ViewEventSet eventSet,
    ViewEvent anEvent
)
public:
static ViewEventSet^ Subtract (
    ViewEventSet^ eventSet, 
    ViewEvent^ anEvent
)
public static ViewEventSet Subtract (
    ViewEventSet eventSet, 
    ViewEvent anEvent
)
public static function Subtract (
    eventSet : ViewEventSet, 
    anEvent : ViewEvent
) : ViewEventSet

Parameters

Return Value

ViewEventSet

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.