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

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
);

Parameters

ticks
The number of ticks.

See Also

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