Compartir a través de


MapValue.Key Propiedad

Gets the integer value of the map.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public ReadOnly Property Key As UInteger 
    Get
'Uso
Dim instance As MapValue 
Dim value As UInteger 

value = instance.Key
public uint Key { get; }
public:
property unsigned int Key {
    unsigned int get ();
}
member Key : uint32
function get Key () : uint

Valor de la propiedad

Tipo: System.UInt32
The integer value of the map.

Vea también

Referencia

MapValue Clase

Espacio de nombres Microsoft.SqlServer.XEvent