Condividi tramite


Metodo DatabaseEvents.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 DatabaseEventSet
'Utilizzo
Dim instance As DatabaseEvents 
Dim returnValue As DatabaseEventSet 

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

Valore restituito

Tipo: Microsoft.SqlServer.Management.Smo.DatabaseEventSet
A DatabaseEventSet object that specifies the set of database events.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

DatabaseEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo