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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- mapKey
型別:System.UInt32
The mapKey.
屬性值
型別:Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.