Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.