You couild test this yourself:
- Create a job with 3 steps, each step a sp_execute statement, like: select NAME from master.dbo.sysdatabases
- Define & start a trace in which you check for number of connections with appropriate informational columns & events
- Run job
- Check trace output.
Let us know, I'm curious!