HResults.DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MessageId: DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT MessageText: No inputs were mapped to an output. The "%1!s!" must have at least one input column mapped to an output column.
public: int DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT = -1071636263;
public const int DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT = -1071636263;
val mutable DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT : int
Public Const DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT As Integer = -1071636263
Field Value
Value = -1071636263Remarks
This happens when no input columns have been mapped to output columns.