PublishedEventField クラス

定義

イベント フィールドのインスタンスを表します。 このオブジェクトは、イベント列のデータを保持します。

public ref class PublishedEventField : Microsoft::SqlServer::XEvent::IField
public class PublishedEventField : Microsoft.SqlServer.XEvent.IField
type PublishedEventField = class
    interface IField
Public Class PublishedEventField
Implements IField
継承
PublishedEventField
実装
Microsoft.SqlServer.XEvent.IField

プロパティ

Name

イベント フィールドの名前を取得します。

Type

フィールドのネイティブ型を取得します。

Value

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

適用対象