DTP_DATA_UNION 结构

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies a union data types.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Structure DTP_DATA_UNION
用法
Dim instance As DTP_DATA_UNION
public struct DTP_DATA_UNION
public value class DTP_DATA_UNION
[<SealedAttribute>]
type DTP_DATA_UNION =  struct end
JScript 支持使用结构,但不支持声明新结构。

DTP_DATA_UNION 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

字段

  名称 说明
公共字段 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间