次の方法で共有


PublishedEvent.Fields プロパティ

定義

パブリッシュされたイベントのデータを格納するフィールドの一覧を取得します。

public:
 property Microsoft::SqlServer::XEvent::Linq::PublishedEvent::FieldList ^ Fields { Microsoft::SqlServer::XEvent::Linq::PublishedEvent::FieldList ^ get(); };
public Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList Fields { get; }
member this.Fields : Microsoft.SqlServer.XEvent.Linq.PublishedEvent.FieldList
Public ReadOnly Property Fields As PublishedEvent.FieldList

プロパティ値

パブリッシュされたイベントのデータを格納するフィールドの一覧です。

適用対象