Initializes a new instance of the SQLMoney class with the given number of ticks.
[Visual Basic] Overloads Public Sub New( _ ByVal ticks As Long _ ) [C#] public SQLMoney( long ticks ); [C++] public: SQLMoney( __int64 ticks ); [JScript] public function SQLMoney( ticks : long );
SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace | SQLMoney Constructor Overload List