HResults.DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID Field

An attempt to find %1 with lineage ID %2!d! in the Data Flow Task buffer failed with error code 0x%3!8.8X!.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace