HimalayanNinja
HimalayanNinja

Reputation: 421

Azure Blob Destination in SSIS

How do you pass blob name as variable in Azure Blob Destination in SSIS just like passing tablename as variable in OLEDB destination?

Upvotes: 5

Views: 1391

Answers (1)

Hadi
Hadi

Reputation: 37313

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

Look at my answer in the following link it is a similar issue

SSIS: Dynamic Lookup Query

Upvotes: 4

Related Questions