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 (Int32)

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

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

Parameters

value
The monetary value to initialize.

See Also

SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace | SQLMoney Constructor Overload List