Partager via


Propriété PublishedEvent.Actions

Gets a list of actions.

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Actions As PublishedEvent.ActionList 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PublishedEvent Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq