PublishedEvent.ActionList Class
Represents an array of actions containing the native data of the published action.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Class ActionList _
Implements IEnumerable
'Usage
Dim instance As PublishedEvent.ActionList
public class ActionList : IEnumerable
public ref class ActionList : IEnumerable
type ActionList =
class
interface IEnumerable
end
public class ActionList implements IEnumerable
The PublishedEvent.ActionList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of actions associated with the event. | |
Item | Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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 | Gets the value associated with the specified key. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.