Table of Contents

SSIS - Expression

About

Expressions can include variables and parameters, enabling to set values dynamically based on specific run time conditions for numerous elements, including:

Ssis Expression Precedence Constraint

Snippet

Variable and parameters

@[$Project::folderPath]+[@User::fName]

where:

Cast

Cast the numeric variable counter to a string of one character length:

(DT_WSTR,1)@[User::counter]

Documentation / Reference