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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.