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.
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.