IMapMetadata.Entries Property
Gets a collection of key value mappings for this map.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Entries As ReadOnlyCollection(Of MapValue)
Get
'Usage
Dim instance As IMapMetadata
Dim value As ReadOnlyCollection(Of MapValue)
value = instance.Entries
ReadOnlyCollection<MapValue> Entries { get; }
property ReadOnlyCollection<MapValue^>^ Entries {
ReadOnlyCollection<MapValue^>^ get ();
}
abstract Entries : ReadOnlyCollection<MapValue>
function get Entries () : ReadOnlyCollection<MapValue>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MapValue>
The collection of key value mappings for this map.