PublishedEvent::ActionList Class
Represents an array of actions containing the native data of the published action.
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of actions associated with the event. |
![]() | Item[String^] | Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator over the list of actions. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(String^, PublishedAction^%) | Gets the value associated with the specified key. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


