ApplicationRoleEvents.GetEventSelection Method ()

 

Returns a set of currently subscribed event notifications.

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

Syntax

public ObjectEventSet GetEventSelection()
public:
ObjectEventSet^ GetEventSelection()
member GetEventSelection : unit -> ObjectEventSet
Public Function GetEventSelection As ObjectEventSet

Return Value

Type: Microsoft.SqlServer.Management.Smo.ObjectEventSet

An ObjectEventSet object that specifies the event selection.

Examples

Legacy Code Example

Handling SMO Events

See Also

ApplicationRoleEvents Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top