Compartir a través de


TableEvents.GetEventSelection Método

Returns the currently selected event notifications.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

TableEvents Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo