其他分享
首页 > 其他分享> > SSIS For Loop Container

SSIS For Loop Container

作者:互联网

其实这就是一个 for循环而已

 

 

当我们打开SSIS For循环容器编辑器时,必须设置三个主要属性:

Variables must be added within the SSIS package, and to use them, you must add the @ character as the prefix. As example, if we added the @[User::Counter] variable, to implement a for loop similar to For(int i=0;i<10;i++){},we must use the following expressions:

必须在SSIS包中添加变量,并且要使用它们,必须添加@字符作为前缀。 例如,如果我们添加@ [User :: Counter]变量,以实现类似于For(int i = 0; i <10; i ++){}的for循环,则必须使用以下表达式:

 

 

 

 

 

标签:What,Container,表达式,Counter,SSIS,Loop,AssignExpression,InitExpression
来源: https://www.cnblogs.com/JerryZhang320/p/15644596.html