Partilhar via


Método TableEvents.GetEventSelection

Returns the currently selected event notifications.

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

Sintaxe

'Declaração
Public Function GetEventSelection As TableEventSet
'Uso
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

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Smo.TableEventSet
A TableEventSet object that specifies the set of table events.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

TableEvents Classe

Namespace Microsoft.SqlServer.Management.Smo