Compartilhar via


Estrutura DTP_VARIANT

Specifies the data type of the column. This is a value from the DataType enumeration that determines the type of DTP_VARIANT structure stored in each cell of this column.

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

Sintaxe

'Declaração
Public Structure DTP_VARIANT
'Uso
Dim instance As DTP_VARIANT
public struct DTP_VARIANT
public value class DTP_VARIANT
[<SealedAttribute>]
type DTP_VARIANT =  struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.

O tipo DTP_VARIANT expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de ValueType.)

Início

Campos

  Nome Descrição
Campo público dwLength Represents an unsigned integer that contains the length of the data in the union.
Campo público u Contains the data union.
Campo público vt Represents an enumeration of the DataType.

Início

Comentários

This structure is used by the pipeline to determine column information. When a component calls the GetData method, the last parameter is the returned column data, in a DTP_VARIANT structure. The data union is the union of the different types supported by the pipeline, such as Long, String, wstring, decimal, numeric, and so on, and it contains the column data. The DataType is the datatype of the column data, and it tells which part of the union to use. The length specifies the length of the data in the union.

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.