Propriedade do RDL PublishedEvent.Actions
Gets a list of actions.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public ReadOnly Property Actions As PublishedEvent.ActionList
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList
A list of actions.