HResults.DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE Field

Definition

MessageId: DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE MessageText: Error using a read-only variable "%1!s!" in an assignment expression. The expression result cannot be assigned to the variable because the variable is read only. Choose a variable that can be written to, or remove the expression from this variable.

public: int DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE = -1073614457;
public const int DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE = -1073614457;
val mutable DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE : int
Public Const DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE As Integer  = -1073614457

Field Value

Value = -1073614457

Applies to