Dela via


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
Public property Count Gets the number of actions associated with the event.
Public property Item Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator over the list of actions.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.XEvent.Linq Namespace