Represents the maximum value that can be assigned to the Value property of an instance of the SQLMoney class.
[Visual Basic] Public Shared ReadOnly MaxValue As SQLMoney [C#] public static readonly SQLMoney MaxValue; [C++] public: static readonly SQLMoney MaxValue; [JScript] public static var MaxValue : SQLMoney;
MaxValue functions as a constant for the SQLMoney class.
SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace