次の方法で共有


HResults.DTS_E_RAWSTRINGTOOLONG フィールド

文字列が長すぎます。 アダプターが読み取った文字列の長さは %1!d! バイトでしたが、 想定した文字列はオフセットが %3!d! で %2!d! バイト未満でした。 これは、入力ファイルが破損していることを示しています。 このファイルに書き込まれている文字列の長さは、バッファー列に対して大きすぎます。

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

構文

'宣言
Public Const DTS_E_RAWSTRINGTOOLONG As Integer
'使用
Dim value As Integer 

value = HResults.DTS_E_RAWSTRINGTOOLONG
public const int DTS_E_RAWSTRINGTOOLONG
public:
literal int DTS_E_RAWSTRINGTOOLONG
static val mutable DTS_E_RAWSTRINGTOOLONG: int
public const var DTS_E_RAWSTRINGTOOLONG : int

関連項目

参照

HResults クラス

Microsoft.SqlServer.Dts.Runtime 名前空間