PublishedAction Class

Definition

An instance of an action from an extended event session. Use this object to obtain action data and metadata about the action object.

public ref class PublishedAction : Microsoft::SqlServer::XEvent::IField
public class PublishedAction : Microsoft.SqlServer.XEvent.IField
type PublishedAction = class
    interface IField
Public Class PublishedAction
Implements IField
Inheritance
PublishedAction
Implements
Microsoft.SqlServer.XEvent.IField

Properties

Metadata

Gets the metadata for the action object.

Name

Gets the name of the action object.

Package

Gets the package this action was produced from.

Type

Gets the value of the field in its native format.

Value

Gets the value of the action in its native format.

Applies to