HResults.DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME Field

Definition

An ambiguous input column name was specified. The column must be qualified as [Component Name].[Column Name] or referenced by lineage ID. This error occurs when the input column exists on more than one component, and must be differentiated by the addition of component name or by using the lineage ID.

public: int DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME = -1073442646;
public const int DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME = -1073442646;
val mutable DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME : int
Public Const DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME As Integer  = -1073442646

Field Value

Value = -1073442646

Applies to