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.