DTP_DATA_UNION Structure

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a union data types.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[ComConversionLossAttribute]
public value struct DTP_DATA_UNION

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldboolVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type BOOL.

System_CAPS_pubfieldbytesVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type BYTES.

System_CAPS_pubfieldbyteVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type BYTE.

System_CAPS_pubfieldcharVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type CHAR.

System_CAPS_pubfieldcyVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of CURRENCY type.

System_CAPS_pubfielddateVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DATE.

System_CAPS_pubfielddbdateVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DBDATE.

System_CAPS_pubfielddbtime2Val

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DBTIME.

System_CAPS_pubfielddbtimestamp2Val

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DBTIMESTAMP2.

System_CAPS_pubfielddbtimestampoffsetVal

This API supports the product infrastructure and is not intended to be used directly from your code.

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

System_CAPS_pubfielddbtimestampVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DBTIMESTAMP.

System_CAPS_pubfielddbtimeVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DBTIME.

System_CAPS_pubfielddecVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DECIMAL.

System_CAPS_pubfielddoubleVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type DOUBLE.

System_CAPS_pubfielddwVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a dwVal data type.

System_CAPS_pubfieldfiletimeVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type FILETIME.

System_CAPS_pubfieldfloatVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type FLOAT.

System_CAPS_pubfieldimageVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type IMAGE.

System_CAPS_pubfieldintVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a value of type INT.

System_CAPS_pubfieldllVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a llVal data type.

System_CAPS_pubfieldpboolVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pboolVal data type.

System_CAPS_pubfieldpbyteVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pbyteVal data type.

System_CAPS_pubfieldpcharVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pcharVal data type.

System_CAPS_pubfieldpdoubleVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pdoubleVal data type.

System_CAPS_pubfieldpdwVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pdoubleVal data type.

System_CAPS_pubfieldpfloatVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pfloatVal data type.

System_CAPS_pubfieldpintVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pintVal data type.

System_CAPS_pubfieldpllVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pllVal data type.

System_CAPS_pubfieldpshortVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pshortVal data type.

System_CAPS_pubfieldpullVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pullVal data type.

System_CAPS_pubfieldpushortVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a pushortVal data type.

System_CAPS_pubfieldshortVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a shortVal data type.

System_CAPS_pubfieldullVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a ullVal data type.

System_CAPS_pubfieldushortVal

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies a ushortVal data type.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: