PublishedEvent::ActionList Class

 

Represents an array of actions containing the native data of the published action.

Namespace:   Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

System::Object
  Microsoft.SqlServer.XEvent.Linq::PublishedEvent::ActionList

[DefaultMemberAttribute("Item")]
public ref class ActionList : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of actions associated with the event.

System_CAPS_pubpropertyItem[String^]

Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator over the list of actions.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(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.

Return to top
Show: