PublishedAction Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedAction

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

Syntax

'Declaration
Public Class PublishedAction _
    Implements IField
'Usage
Dim instance As PublishedAction
public class PublishedAction : IField
public ref class PublishedAction : IField
type PublishedAction =  
    class 
        interface IField 
    end
public class PublishedAction implements IField

The PublishedAction type exposes the following members.

Properties

  Name Description
Public property Metadata Gets the metadata for the action object.
Public property Name Gets the name of the action object.
Public property Package Gets the package this action was produced from.
Public property Type Gets the value of the field in its native format.
Public property Value Gets the value of the action in its native format.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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