PublishedEvent.Fields Property

Definition

Gets a list of fields containing the data of the published event.

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

Property Value

A list of fields containing the data of the published event.

Applies to