Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.