Server.Connect Method
Include Protected Members
Include Inherited Members
Connects the current instance of Server to the Analysis Services server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Connect(String) | Connects the current instance of Server to the Analysis Services server, using the specified connection string. | |
Connect(String, Boolean) | Connects the current instance of Server to the Analysis Services server using the specified connection string and properties. | |
Connect(String, String) | Connects the current instance of Server to the Analysis Services server, using the specified connection string. |
Top