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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。