Compartir a través de


Campo HResults.DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT

The initialization expression is not an assignment expression: "%1". This error usually occurs when the expression in the iterate expressions on the ForLoop is not an assignment expression.

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

Sintaxis

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

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

Vea también

Referencia

HResults Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime