共用方式為


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