Gets a collection of key value mappings for this map.
命名空間: Microsoft.SqlServer.XEvent
組件: Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)
語法
'宣告
ReadOnly Property Entries As ReadOnlyCollection(Of MapValue)
Get
'用途
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>
屬性值
型別:System.Collections.ObjectModel.ReadOnlyCollection<MapValue>
The collection of key value mappings for this map.