UNICOM Intelligence Data Model
data types |
Visual Basic 6
data types |
VB.Net
data types |
Visual C#
data types |
Visual C++
data types |
---|---|---|---|---|
None
|
An unassigned variant or a variant assigned empty.
|
An unassigned object or Nothing.
|
An unassigned object or null.
|
A Variant of type VT_EMPTY, VT_NULL
|
Double
|
Double
|
Double
|
double
|
Double or a Variant of type VT_R8
|
Long
|
Long
|
Integer
|
int
|
Long or a Variant of type VT_I4
|
Text
|
String
|
String
|
string
|
BSTR
|
Categorical
|
An array of objects with each Object containing a Long.
|
An array of objects with each Object containing an Integer.
|
An array of objects with each Object containing an int.
|
A safe array of Variants. Each variant must contain a Long (VT_14) value.
|
Date
|
Date
|
Date
|
DateTime
|
DATE
|
Object
|
Object
|
Object
|
Object
|
IUnknown*
IDispatch*
|
Boolean
|
Boolean
|
Boolean
|
bool
|
bool
|