Assign Azure Blob to SSIS

How do you pass the blob name as a variable in Azure Blob Destination in SSIS in the same way as passing table_name as a variable to OLEDB destination ?

+5
source share
1 answer

On the control flow tab, click on the DataFlow Task containing the Azure blob destination DataFlow Task Azure blob destination press the F4 key to the DataFlow Task property tab. Click on expressions. You will find all the Azure blob destination that can be passed as a variable.

Look at my answer in the following link, this is a similar problem

SSIS: dynamic search query

+3
source

Source: https://habr.com/ru/post/1266442/


All Articles