Structure DTP_DATA_UNION
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies a union data types.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Structure DTP_DATA_UNION
'Utilisation
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 prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Le type DTP_DATA_UNION expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de ValueType.) |
![]() |
GetHashCode | (hérité de ValueType.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de ValueType.) |
Haut de la page
Champs
Nom | 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. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.