ViewEventSet.Add Method (ViewEventSet, ViewEvent)
Adds an event to the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Shared Function Add ( _
eventSet As ViewEventSet, _
anEvent As ViewEvent _
) As ViewEventSet
public static ViewEventSet Add (
ViewEventSet eventSet,
ViewEvent anEvent
)
public:
static ViewEventSet^ Add (
ViewEventSet^ eventSet,
ViewEvent^ anEvent
)
public static ViewEventSet Add (
ViewEventSet eventSet,
ViewEvent anEvent
)
public static function Add (
eventSet : ViewEventSet,
anEvent : ViewEvent
) : ViewEventSet
Parameters
- eventSet
ViewEventSet
- anEvent
ViewEvent
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.
See Also