DTS_E_PARAMETERNOTFOUNDINMAPPING フィールド

SQL コマンドには "%1" という名前のパラメーターが必要ですが、パラメーター マッピングに見つかりません。

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

構文

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

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