|
|
|
|
Browse by Tags
All Tags » SSIS » sql server inte... » Script Task (RSS)
-
If you have ever written code to lock variables inside a SSIS Script Task or Script Component then you will probably have written some VB.Net code that looks something like this: Public Sub Main() Dim vars As Variables Dim fireAgain As Boolean = True Dts.VariableDispenser.LockOneForRead(''VarName'', vars) 'Do ...
|
|
|
|
|