DTP_VARIANT.dwLength Field
Represents an unsigned integer that contains the length of the data in the union.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
구문
‘선언
Public dwLength As UInteger
public uint dwLength
public:
unsigned int dwLength
public UInt32 dwLength
public var dwLength : uint
주의
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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
DTP_VARIANT Structure
DTP_VARIANT Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace