There is no such thing as a connection string to Management Studio. In both environments, you are connecting to a sql server instance. Management Studio is just a front end user interface client to that instance.
It all depends on the programming language/platform you are using to connect to that instance. Typically known as data providers. You have native (.NET provider for sql server), oledb, odbc, and some providers for Java and PHP. All have slightly different connection string syntax.