Share via


HResults.DTS_E_INPUTCOLUMNNOTFOUND Field

The input column lineage ID "%1" referenced by property "%2" on output column "%3" could not be located in the input column collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_INPUTCOLUMNNOTFOUND As Integer
'Usage
Dim value As Integer 

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace