SqlInt16(Int16) Constructeur

Définition

Initialise une nouvelle instance de la SqlInt16 structure à l’aide du paramètre entier court fourni.

public:
 SqlInt16(short value);
public SqlInt16(short value);
new System.Data.SqlTypes.SqlInt16 : int16 -> System.Data.SqlTypes.SqlInt16
Public Sub New (value As Short)

Paramètres

value
Int16

Entier court.

S’applique à

Voir aussi