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!

SQLInt64 Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal value As Long _
)
[C#]
public SQLInt64(
   long value
);
[C++]
public: SQLInt64(
   __int64 value
);
[JScript]
public function SQLInt64(
   value : long
);

Parameters

value
[To be supplied.]

See Also

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