HResults.DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT Field

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 (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT As Integer
'Usage
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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace