PublishedAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |