Freigeben über


PublishedEvent.Actions-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

PublishedEvent Klasse

Microsoft.SqlServer.XEvent.Linq-Namespace