Share via


UserDefinedFunctionEvents.GetEventSelection Method

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

Return Value

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

Examples

Handling SMO Events

See Also

Reference

UserDefinedFunctionEvents Class

Microsoft.SqlServer.Management.Smo Namespace