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.
Adds an event to the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Add ( _
eventSet As ViewEventSet, _
anEvent As ViewEvent _
) As ViewEventSet
'Usage
Dim eventSet As ViewEventSet
Dim anEvent As ViewEvent
Dim returnValue As ViewEventSet
returnValue = ViewEventSet.Add(eventSet, _
anEvent)
public static ViewEventSet Add(
ViewEventSet eventSet,
ViewEvent anEvent
)
public:
static ViewEventSet^ Add(
ViewEventSet^ eventSet,
ViewEvent^ anEvent
)
static member Add :
eventSet:ViewEventSet *
anEvent:ViewEvent -> ViewEventSet
public static function Add(
eventSet : ViewEventSet,
anEvent : ViewEvent
) : ViewEventSet
Parameters
- eventSet
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
ViewEventSet
- anEvent
Type: Microsoft.SqlServer.Management.Smo.ViewEvent
ViewEvent
Return Value
Type: Microsoft.SqlServer.Management.Smo.ViewEventSet
ViewEventSet