Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the collection of fields for an event.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Fields As ReadOnlyCollection(Of IEventFieldMetadata)
Get
'Usage
Dim instance As IEventMetadata
Dim value As ReadOnlyCollection(Of IEventFieldMetadata)
value = instance.Fields
ReadOnlyCollection<IEventFieldMetadata> Fields { get; }
property ReadOnlyCollection<IEventFieldMetadata^>^ Fields {
ReadOnlyCollection<IEventFieldMetadata^>^ get ();
}
abstract Fields : ReadOnlyCollection<IEventFieldMetadata>
function get Fields () : ReadOnlyCollection<IEventFieldMetadata>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IEventFieldMetadata>
The collection of fields for an event.