Partilhar via


Campo 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.

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

Sintaxe

'Declaração
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