PublishedEvent.Actions Property

Gets a list of actions.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public ReadOnly Property Actions As PublishedEvent.ActionList 
    Get
'Usage
Dim instance As PublishedEvent 
Dim value As PublishedEvent.ActionList 

value = instance.Actions
public PublishedEvent.ActionList Actions { get; }
public:
property PublishedEvent.ActionList^ Actions {
    PublishedEvent.ActionList^ get ();
}
member Actions : PublishedEvent.ActionList
function get Actions () : PublishedEvent.ActionList

Property Value

Type: Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList
A list of actions.

See Also

Reference

PublishedEvent Class

Microsoft.SqlServer.XEvent.Linq Namespace