SqlByte.MaxValue Campo

Definición

Constante que representa el mayor valor posible de una estructura SqlByte.

public: static initonly System::Data::SqlTypes::SqlByte MaxValue;
public static readonly System.Data.SqlTypes.SqlByte MaxValue;
 staticval mutable MaxValue : System.Data.SqlTypes.SqlByte
Public Shared ReadOnly MaxValue As SqlByte 

Valor de campo

Comentarios

El valor de esta constante es 255 o, 0xFF hexadecimal.

Se aplica a

Consulte también