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 命名空间