NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLMoney Constructor

[To be supplied.]

Overload List

Initializes a new instance of the SQLMoney class with the given Currency.

[Visual Basic] Overloads Public Sub New(Currency)
[C#] public SQLMoney(Currency);
[C++] public: SQLMoney(Currency);
[JScript] public function SQLMoney(Currency);

Initializes a new instance of the SQLMoney class with the value given.

[Visual Basic] Overloads Public Sub New(Integer)
[C#] public SQLMoney(int);
[C++] public: SQLMoney(int);
[JScript] public function SQLMoney(int);

Initializes a new instance of the SQLMoney class with the given number of ticks.

[Visual Basic] Overloads Public Sub New(Long)
[C#] public SQLMoney(long);
[C++] public: SQLMoney(__int64);
[JScript] public function SQLMoney(long);

Initializes a new instance of the SQLMoney class with the value given.

[Visual Basic] Overloads Public Sub New(Decimal)
[C#] public SQLMoney(Decimal);
[C++] public: SQLMoney(Decimal);
[JScript] public function SQLMoney(Decimal);

Initializes a new instance of the SQLMoney class with the value given.

[Visual Basic] Overloads Public Sub New(Double)
[C#] public SQLMoney(double);
[C++] public: SQLMoney(double);
[JScript] public function SQLMoney(double);

See Also

SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace