PublishedAction クラス

定義

拡張イベント セッションのアクションのインスタンスです。 このオブジェクトを使用して、アクション オブジェクトに関するアクション データとメタデータを取得します。

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
継承
PublishedAction
実装
Microsoft.SqlServer.XEvent.IField

プロパティ

Metadata

アクション オブジェクトのメタデータを取得します。

Name

アクション オブジェクトの名前を取得します。

Package

このアクションの生成元となったパッケージを取得します。

Type

フィールドの値をネイティブ形式で取得します。

Value

アクションの値をネイティブ形式で取得します。

適用対象