DTS_E_NEGATIVEVALUESNOTALLOWED フィールド

このプロパティには負の値を代入できません。このエラーは、COUNT プロパティのような正の値のみを含むことができるプロパティに負の値を代入した場合に発生します。

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

構文

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

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