Gets or sets the monetary value of an instance of the SQLMoney class.
[Visual Basic] Public ReadOnly Property Value As Currency [C#] public Currency Value {get;} [C++] public: __property Currency get_Value(); [JScript] public function get Value() : Currency;
The monetary value of an instance of the SQLMoney class.
Exception Type | Condition |
---|---|
SQLNullValueException | The property is set to null. |
SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace