DTP_DATA_UNION Structure
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies a union data types.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Structure DTP_DATA_UNION
'Usage
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 suports the use of structures, but not the declaration of new ones.
The DTP_DATA_UNION type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
boolVal | Infrastructure. Specifies a value of type BOOL. | |
bytesVal | Infrastructure. Specifies a value of type BYTES. | |
byteVal | Infrastructure. Specifies a value of type BYTE. | |
charVal | Infrastructure. Specifies a value of type CHAR. | |
cyVal | Infrastructure. Specifies a value of CURRENCY type. | |
dateVal | Infrastructure. Specifies a value of type DATE. | |
dbdateVal | Infrastructure. Specifies a value of type DBDATE. | |
dbtime2Val | Infrastructure. Specifies a value of type DBTIME. | |
dbtimestamp2Val | Infrastructure. Specifies a value of type DBTIMESTAMP2. | |
dbtimestampoffsetVal | Infrastructure. Specifies a date and time value that provides the year, month, day, hour, minute, second, and fractional second up to seven digits. | |
dbtimestampVal | Infrastructure. Specifies a value of type DBTIMESTAMP. | |
dbtimeVal | Infrastructure. Specifies a value of type DBTIME. | |
decVal | Infrastructure. Specifies a value of type DECIMAL. | |
doubleVal | Infrastructure. Specifies a value of type DOUBLE. | |
dwVal | Infrastructure. Specifies a dwVal data type. | |
filetimeVal | Infrastructure. Specifies a value of type FILETIME. | |
floatVal | Infrastructure. Specifies a value of type FLOAT. | |
imageVal | Infrastructure. Specifies a value of type IMAGE. | |
intVal | Infrastructure. Specifies a value of type INT. | |
llVal | Infrastructure. Specifies a llVal data type. | |
pboolVal | Infrastructure. Specifies a pboolVal data type. | |
pbyteVal | Infrastructure. Specifies a pbyteVal data type. | |
pcharVal | Infrastructure. Specifies a pcharVal data type. | |
pdoubleVal | Infrastructure. Specifies a pdoubleVal data type. | |
pdwVal | Infrastructure. Specifies a pdoubleVal data type. | |
pfloatVal | Infrastructure. Specifies a pfloatVal data type. | |
pintVal | Infrastructure. Specifies a pintVal data type. | |
pllVal | Infrastructure. Specifies a pllVal data type. | |
pshortVal | Infrastructure. Specifies a pshortVal data type. | |
pullVal | Infrastructure. Specifies a pullVal data type. | |
pushortVal | Infrastructure. Specifies a pushortVal data type. | |
shortVal | Infrastructure. Specifies a shortVal data type. | |
ullVal | Infrastructure. Specifies a ullVal data type. | |
ushortVal | Infrastructure. Specifies a ushortVal data type. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.