DB2®Int32.Value Property

Gets the value stored in the DB2Int32 structure.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property Value As Short
[C#]
public short Value {get;}
[C++]
public: __property short get_Value();
[JScript]
public function get Value() : short;

Property value

A short integer representing the DB2Int32 instance.