Partager via


GetEventSelection méthode

Returns the currently selected event notifications.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetEventSelection As StoredProcedureEventSet
'Utilisation
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

Valeur de retour

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