TableEvents.GetEventSelection Method
Returns the currently selected event notifications.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function GetEventSelection As TableEventSet
'Usage
Dim instance As TableEvents
Dim returnValue As TableEventSet
returnValue = instance.GetEventSelection()
public TableEventSet GetEventSelection()
public:
TableEventSet^ GetEventSelection()
member GetEventSelection : unit -> TableEventSet
public function GetEventSelection() : TableEventSet
Return Value
Type: Microsoft.SqlServer.Management.Smo.TableEventSet
A TableEventSet object that specifies the set of table events.