HResults.DTS_E_RUNTIMEVARIABLETYPECHANGE Field

Definition

MessageId: DTS_E_RUNTIMEVARIABLETYPECHANGE MessageText: The type of the value (%2!s!) being assigned to variable "%1!s!" differs from the current variable type (%3!s!). Variables may not change type during execution. Variable types are strict, except for variables of type Object.

public: int DTS_E_RUNTIMEVARIABLETYPECHANGE = -1073614839;
public const int DTS_E_RUNTIMEVARIABLETYPECHANGE = -1073614839;
val mutable DTS_E_RUNTIMEVARIABLETYPECHANGE : int
Public Const DTS_E_RUNTIMEVARIABLETYPECHANGE As Integer  = -1073614839

Field Value

Value = -1073614839

Applies to