DTP_DATA_UNION 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定联合数据类型。
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
- 继承
-
DTP_DATA_UNION
- 属性
字段
| boolVal |
指定类型为 BOOL 的值。 |
| bytesVal |
指定类型为 BYTES 的值。 |
| byteVal |
指定类型为 BYTE 的值。 |
| charVal |
指定类型为 CHAR 的值。 |
| cyVal |
指定类型为 CURRENCY 的值。 |
| dateVal |
指定类型为 DATE 的值。 |
| dbdateVal |
指定类型为 DBDATE 的值。 |
| dbtime2Val |
指定类型为 DBTIME 的值。 |
| dbtimestamp2Val |
指定类型为 DBTIMESTAMP2 的值。 |
| dbtimestampoffsetVal |
指定一个最多可提供七位数的包含年、月、日、小时、分钟、秒和小数秒的日期和时间值。 |
| dbtimestampVal |
指定类型为 DBTIMESTAMP 的值。 |
| dbtimeVal |
指定类型为 DBTIME 的值。 |
| decVal |
指定类型为 DECIMAL 的值。 |
| doubleVal |
指定类型为 DOUBLE 的值。 |
| dwVal |
指定 dwVal 数据类型。 |
| filetimeVal |
指定类型为 FILETIME 的值。 |
| floatVal |
指定类型为 FLOAT 的值。 |
| imageVal |
指定类型为 IMAGE 的值。 |
| intVal |
指定类型为 INT 的值。 |
| llVal |
指定 llVall 数据类型。 |
| pboolVal |
指定 pboolVal 数据类型。 |
| pbyteVal |
指定 pbyteVal 数据类型。 |
| pcharVal |
指定 pcharVal 数据类型。 |
| pdoubleVal |
指定 pdoubleVal 数据类型。 |
| pdwVal |
指定 pdoubleVal 数据类型。 |
| pfloatVal |
指定 pfloatVal 数据类型。 |
| pintVal |
指定 pintVal 数据类型。 |
| pllVal |
指定 pllVal 数据类型。 |
| pshortVal |
指定 pshortVal 数据类型。 |
| pullVal |
指定 pullVal 数据类型。 |
| pushortVal |
指定 pushortVal 数据类型。 |
| shortVal |
指定 shortVal 数据类型。 |
| ullVal |
指定 ullVal 数据类型。 |
| ushortVal |
指定 ushortVal 数据类型。 |