Gets a value indicating the scale of the DB2Decimal structure's value.
[Visual Basic]
Public Property Scale As Integer
[C#]
public int Scale {get;}
[C++]
public: __property int get_Scale();
[JScript]
public function get Scale() : int;
An integer representing the scale of the DB2Decimal structure.
An exception is thrown if the DB2Decimal instance has the value DB2Decimal.Null.
| Exception type | Condition |
|---|---|
| DB2NullValueException | The value of the DB2Type is null. |