DTP_DATA_UNION Struct

Definition

Specifies a union data types.

public value class DTP_DATA_UNION
[System.Runtime.InteropServices.ComConversionLoss]
public struct DTP_DATA_UNION
[<System.Runtime.InteropServices.ComConversionLoss>]
type DTP_DATA_UNION = struct
Public Structure DTP_DATA_UNION
Inheritance
DTP_DATA_UNION
Attributes

Fields

boolVal

Specifies a value of type BOOL.

bytesVal

Specifies a value of type BYTES.

byteVal

Specifies a value of type BYTE.

charVal

Specifies a value of type CHAR.

cyVal

Specifies a value of CURRENCY type.

dateVal

Specifies a value of type DATE.

dbdateVal

Specifies a value of type DBDATE.

dbtime2Val

Specifies a value of type DBTIME.

dbtimestamp2Val

Specifies a value of type DBTIMESTAMP2.

dbtimestampoffsetVal

Specifies a date and time value that provides the year, month, day, hour, minute, second, and fractional second up to seven digits.

dbtimestampVal

Specifies a value of type DBTIMESTAMP.

dbtimeVal

Specifies a value of type DBTIME.

decVal

Specifies a value of type DECIMAL.

doubleVal

Specifies a value of type DOUBLE.

dwVal

Specifies a dwVal data type.

filetimeVal

Specifies a value of type FILETIME.

floatVal

Specifies a value of type FLOAT.

imageVal

Specifies a value of type IMAGE.

intVal

Specifies a value of type INT.

llVal

Specifies a llVal data type.

pboolVal

Specifies a pboolVal data type.

pbyteVal

Specifies a pbyteVal data type.

pcharVal

Specifies a pcharVal data type.

pdoubleVal

Specifies a pdoubleVal data type.

pdwVal

Specifies a pdoubleVal data type.

pfloatVal

Specifies a pfloatVal data type.

pintVal

Specifies a pintVal data type.

pllVal

Specifies a pllVal data type.

pshortVal

Specifies a pshortVal data type.

pullVal

Specifies a pullVal data type.

pushortVal

Specifies a pushortVal data type.

shortVal

Specifies a shortVal data type.

ullVal

Specifies a ullVal data type.

ushortVal

Specifies a ushortVal data type.

Applies to