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!

SQLNumeric Constructor (Byte, Byte, Boolean, Int32, Int32, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal bPrec As Byte, _
   ByVal bScale As Byte, _
   ByVal fPositive As Boolean, _
   ByVal data1 As Integer, _
   ByVal data2 As Integer, _
   ByVal data3 As Integer, _
   ByVal data4 As Integer _
)
[C#]
public SQLNumeric(
   byte bPrec,
   byte bScale,
   bool fPositive,
   int data1,
   int data2,
   int data3,
   int data4
);
[C++]
public: SQLNumeric(
   unsigned char bPrec,
   unsigned char bScale,
   bool fPositive,
   int data1,
   int data2,
   int data3,
   int data4
);
[JScript]
public function SQLNumeric(
   bPrec : Byte,
   bScale : Byte,
   fPositive : Boolean,
   data1 : int,
   data2 : int,
   data3 : int,
   data4 : int
);

Parameters

bPrec
[To be supplied.]
bScale
[To be supplied.]
fPositive
[To be supplied.]
data1
[To be supplied.]
data2
[To be supplied.]
data3
[To be supplied.]
data4
[To be supplied.]

See Also

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