Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Returns the MapValue entry with the specified key value.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
ReadOnly Default Property Item ( _
mapKey As UInteger _
) As MapValue
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- mapKey
Tipo: System.UInt32
The mapKey.
Valor da propriedade
Tipo: Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.