how do I reference a MSSQL server that is not Northwnd?

Options
Most examples are Northwnd: 'Northwnd db = new Northwnd(@c:\northwnd.mdf);'

What is the syntax for server.database?