Partager via


DTP_VARIANT.dwLength Field

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

Espace de noms: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)

Syntaxe

'Déclaration
Public dwLength As UInteger
public uint dwLength
public:
unsigned int dwLength
public UInt32 dwLength
public var dwLength : uint

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DTP_VARIANT Structure
DTP_VARIANT Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace