Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Script-Task to get all Dataflow-Element.Names in dtsx-Pakage

Status
Not open for further replies.

gpc44

Programmer
Jan 18, 2017
1
0
0
DE
Hi,


Dataflow tasks are located on the control flow. It is possible to read out all dataflow elements from the current dtsx package. I only need the NAME of the Dataflow Tasks. I think it's the System :: SourceName?
I want to get this information in a script task => (Foreach DataflowElemtens on this.Pakage) { Get DF.Name } ...

Regards
Nicole
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top