Condividi tramite


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

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

Valore restituito

Tipo: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that specifies the set of user-defined function events.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

UserDefinedFunctionEvents Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo