Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an unsigned integer that contains the length of the data in the union.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public dwLength As UInteger
'Usage
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
Remarks
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.