dwLength フィールド

ユニオンでのデータの長さを示す符号なし整数を表します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public dwLength As UInteger
'使用
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

説明

この値は、Long などの型に関しては、役に立つ情報を提供しません。一方、DT_BYTES などの型に関しては、実際に使用できるデータの量を示します。