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!

SQLInt32 Constructor

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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