itterating through the variables collection in a SISS job

im trying this:

Dts.VariableDispenser.GetVariables(vars)

Dim sAsString

ForEach vAs VariableIn vars

s += v.ToString() +" , "

MessageBox.Show(s)

Next v

but it doesnt work. any ideas?

[822 byte] By [winstonSmith] at [2007-12-19]

SQL Server

Site Classified