次の方法で共有


DTS_E_VARIABLENOTFOUND フィールド

変数が見つかりません。このエラーは、パッケージの実行中にコンテナの Variables コレクションから変数を取得しようとしたときに、その変数がない場合に発生します。変数名が変更されたか、変数が作成されていない可能性があります。

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

構文

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

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