Nope, I just used sp_attach_db. Less typing, same effect.
(Also, if you look at the source code, they seem functionally identical, in that they both just build a "CREATE DATABASE" command--formatted as DavidB recommended--that is dynamically executed.)
Philip