Compartir a través de


StoredProcedureEvents.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 StoredProcedureEventSet
'Uso
Dim instance As StoredProcedureEvents 
Dim returnValue As StoredProcedureEventSet 

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

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet
A StoredProcedureEventSet object that specifies the set of stored procedure events.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

StoredProcedureEvents Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo