Compartir a través de


Campo DTP_VARIANT.dwLength

Represents an unsigned integer that contains the length of the data in the union.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public dwLength As UInteger
'Uso
Dim instance As DTP_VARIANT 
Dim value As UInteger 

value = instance.dwLength 

instance.dwLength = value
public uint dwLength
public:
unsigned int dwLength
val mutable dwLength: uint32
public var dwLength : uint

Comentarios

For types like Long, this does not provide useful information, but for types like DT_BYTES, this value tells you how much data is actually available.

Vea también

Referencia

DTP_VARIANT Estructura

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper