DB2®Int32 Constructor

Initializes a new DB2Int32 structure with the specified value.

Syntax


[Visual Basic]
Public Sub New(value as Integer)
[C#]
public DB2Int32(int value);
[C++]
public: DB2Int32(int value);
[JScript]
public function DB2Int32(value : int);

Parameters

value
An integer value to populate the DB2Int32 instance.