Condividi tramite


Metodo StoredProcedureEvents.GetEventSelection

Returns the currently selected event notifications.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function GetEventSelection As StoredProcedureEventSet
'Utilizzo
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

Valore restituito

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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

StoredProcedureEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo