Compartir a través de


Campo HResults.DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT

No inputs were mapped to an output. The "%1" must have at least one input column mapped to an output column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Const DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT As Integer
'Uso
Dim value As Integer 

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

Comentarios

This happens when no input columns have been mapped to output columns.

Vea también

Referencia

HResults Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime