Connects to an OLAP server service running on a Microsoft® Windows NT® Server computer.
dsoServer.Connect([ServerName])
The Connect method sets the name of the server object. If you need to reconnect to the same server, do not specify the name on subsequent executions of the method on the same object.
Public dsoServer As DSO.Server
Set dsoServer = New DSO.Server
'Assume "Server1" to be the name of the Windows NT Server
'where the OLAP server service is installed and running
dsoServer.Connect("Server1") 'Error is raised if unable to connect