Поле 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.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Const DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT As Integer
'Применение
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