Freigeben über


UserDefinedFunctionEvents.GetEventSelection-Methode

Returns the currently selected event notifications.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetEventSelection As UserDefinedFunctionEventSet
'Usage
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

Rückgabewert

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

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

UserDefinedFunctionEvents Klasse

Microsoft.SqlServer.Management.Smo-Namespace