IMapMetadata.Item 속성

Returns the MapValue entry with the specified key value.

네임스페이스:  Microsoft.SqlServer.XEvent
어셈블리:  Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)

구문

‘선언
ReadOnly Default Property Item ( _
    mapKey As UInteger _
) As MapValue 
    Get
‘사용 방법
Dim instance As IMapMetadata 
Dim mapKey As UInteger 
Dim value As MapValue 

value = instance(mapKey)
MapValue this[
    uint mapKey
] { get; }
property MapValue^ default[unsigned int mapKey] {
    MapValue^ get (unsigned int mapKey);
}
abstract Item : MapValue
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

속성 값

유형: Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.

참고 항목

참조

IMapMetadata 인터페이스

Microsoft.SqlServer.XEvent 네임스페이스