Aracılığıyla paylaş


TableEvents.GetEventSelection Method

Returns the currently selected event notifications.

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

Syntax

'Bildirim
Public Function GetEventSelection As TableEventSet
'Kullanım
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.

Examples

Handling SMO Events

See Also

Reference

TableEvents Class

Microsoft.SqlServer.Management.Smo Namespace