Event.EventFields Property

Definition

Gets the event fileds collection.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.XEvent.EventField))]
public Microsoft.SqlServer.Management.XEvent.EventFieldCollection EventFields { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.XEvent.EventField))>]
member this.EventFields : Microsoft.SqlServer.Management.XEvent.EventFieldCollection
Public ReadOnly Property EventFields As EventFieldCollection

Property Value

The collection of event fields.

Attributes

Applies to