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!

SQLInt16 Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal value As Short _
)
[C#]
public SQLInt16(
   short value
);
[C++]
public: SQLInt16(
   short value
);
[JScript]
public function SQLInt16(
   value : Int16
);

Parameters

value
[To be supplied.]

See Also

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