IMapMetadata.Entries 属性

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.

请参阅

参考

IMapMetadata 接口

Microsoft.SqlServer.XEvent 命名空间