Partager via


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
Méthode publique Equals (hérité de ValueType.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

  Nom Description
Champ public boolVal Infrastructure. Specifies a value of type BOOL.
Champ public bytesVal Infrastructure. Specifies a value of type BYTES.
Champ public byteVal Infrastructure. Specifies a value of type BYTE.
Champ public charVal Infrastructure. Specifies a value of type CHAR.
Champ public cyVal Infrastructure. Specifies a value of CURRENCY type.
Champ public dateVal Infrastructure. Specifies a value of type DATE.
Champ public dbdateVal Infrastructure. Specifies a value of type DBDATE.
Champ public dbtime2Val Infrastructure. Specifies a value of type DBTIME.
Champ public dbtimestamp2Val Infrastructure. Specifies a value of type DBTIMESTAMP2.
Champ public dbtimestampoffsetVal Infrastructure. Specifies a date and time value that provides the year, month, day, hour, minute, second, and fractional second up to seven digits.
Champ public dbtimestampVal Infrastructure. Specifies a value of type DBTIMESTAMP.
Champ public dbtimeVal Infrastructure. Specifies a value of type DBTIME.
Champ public decVal Infrastructure. Specifies a value of type DECIMAL.
Champ public doubleVal Infrastructure. Specifies a value of type DOUBLE.
Champ public dwVal Infrastructure. Specifies a dwVal data type.
Champ public filetimeVal Infrastructure. Specifies a value of type FILETIME.
Champ public floatVal Infrastructure. Specifies a value of type FLOAT.
Champ public imageVal Infrastructure. Specifies a value of type IMAGE.
Champ public intVal Infrastructure. Specifies a value of type INT.
Champ public llVal Infrastructure. Specifies a llVal data type.
Champ public pboolVal Infrastructure. Specifies a pboolVal data type.
Champ public pbyteVal Infrastructure. Specifies a pbyteVal data type.
Champ public pcharVal Infrastructure. Specifies a pcharVal data type.
Champ public pdoubleVal Infrastructure. Specifies a pdoubleVal data type.
Champ public pdwVal Infrastructure. Specifies a pdoubleVal data type.
Champ public pfloatVal Infrastructure. Specifies a pfloatVal data type.
Champ public pintVal Infrastructure. Specifies a pintVal data type.
Champ public pllVal Infrastructure. Specifies a pllVal data type.
Champ public pshortVal Infrastructure. Specifies a pshortVal data type.
Champ public pullVal Infrastructure. Specifies a pullVal data type.
Champ public pushortVal Infrastructure. Specifies a pushortVal data type.
Champ public shortVal Infrastructure. Specifies a shortVal data type.
Champ public ullVal Infrastructure. Specifies a ullVal data type.
Champ public 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper