HResults.DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL Field

Definition

MessageId: DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL MessageText: The string literal contains an illegal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. If a backslash is needed in the string, format it as a double backslash, "\".

public: int DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL = -1073442722;
public const int DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL = -1073442722;
val mutable DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL : int
Public Const DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL As Integer  = -1073442722

Field Value

Value = -1073442722

Applies to