Estrutura DTP_DATA_UNION
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies a union data types.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Structure DTP_DATA_UNION
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTP_DATA_UNION expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
boolVal | Infraestrutura. Specifies a value of type BOOL. | |
bytesVal | Infraestrutura. Specifies a value of type BYTES. | |
byteVal | Infraestrutura. Specifies a value of type BYTE. | |
charVal | Infraestrutura. Specifies a value of type CHAR. | |
cyVal | Infraestrutura. Specifies a value of CURRENCY type. | |
dateVal | Infraestrutura. Specifies a value of type DATE. | |
dbdateVal | Infraestrutura. Specifies a value of type DBDATE. | |
dbtime2Val | Infraestrutura. Specifies a value of type DBTIME. | |
dbtimestamp2Val | Infraestrutura. Specifies a value of type DBTIMESTAMP2. | |
dbtimestampoffsetVal | Infraestrutura. Specifies a date and time value that provides the year, month, day, hour, minute, second, and fractional second up to seven digits. | |
dbtimestampVal | Infraestrutura. Specifies a value of type DBTIMESTAMP. | |
dbtimeVal | Infraestrutura. Specifies a value of type DBTIME. | |
decVal | Infraestrutura. Specifies a value of type DECIMAL. | |
doubleVal | Infraestrutura. Specifies a value of type DOUBLE. | |
dwVal | Infraestrutura. Specifies a dwVal data type. | |
filetimeVal | Infraestrutura. Specifies a value of type FILETIME. | |
floatVal | Infraestrutura. Specifies a value of type FLOAT. | |
imageVal | Infraestrutura. Specifies a value of type IMAGE. | |
intVal | Infraestrutura. Specifies a value of type INT. | |
llVal | Infraestrutura. Specifies a llVal data type. | |
pboolVal | Infraestrutura. Specifies a pboolVal data type. | |
pbyteVal | Infraestrutura. Specifies a pbyteVal data type. | |
pcharVal | Infraestrutura. Specifies a pcharVal data type. | |
pdoubleVal | Infraestrutura. Specifies a pdoubleVal data type. | |
pdwVal | Infraestrutura. Specifies a pdoubleVal data type. | |
pfloatVal | Infraestrutura. Specifies a pfloatVal data type. | |
pintVal | Infraestrutura. Specifies a pintVal data type. | |
pllVal | Infraestrutura. Specifies a pllVal data type. | |
pshortVal | Infraestrutura. Specifies a pshortVal data type. | |
pullVal | Infraestrutura. Specifies a pullVal data type. | |
pushortVal | Infraestrutura. Specifies a pushortVal data type. | |
shortVal | Infraestrutura. Specifies a shortVal data type. | |
ullVal | Infraestrutura. Specifies a ullVal data type. | |
ushortVal | Infraestrutura. Specifies a ushortVal data type. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.