Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the MapValue entry with the specified key value.
Espacio de nombres: Microsoft.SqlServer.XEvent
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- mapKey
Tipo: System.UInt32
The mapKey.
Valor de la propiedad
Tipo: Microsoft.SqlServer.XEvent.MapValue
The MapValue entry pertaining to the specified key value.