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 네임스페이스