Compartir a través de


SequenceEvents.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 ObjectEventSet
'Uso
Dim instance As SequenceEvents 
Dim returnValue As ObjectEventSet 

returnValue = instance.GetEventSelection()
public ObjectEventSet GetEventSelection()
public:
ObjectEventSet^ GetEventSelection()
member GetEventSelection : unit -> ObjectEventSet
public function GetEventSelection() : ObjectEventSet

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.ObjectEventSet
A ObjectEventSet object that specifies the set of Sequence events.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

SequenceEvents Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo