ConnectionType Enumeration
Applies To: SQL Server (starting with 2016)
Defines how the Server object connects to the ConnectionString property.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Http | Connects using HTTP protocol. | |
| LocalCube | Connection is defined as proprietary for local cubes. | |
| LocalFarm | ||
| LocalServer | Connection is defined as proprietary for local server. | |
| Native | Connection is defined as proprietary for remote connections. | |
| OnPremFromCloudAccess | ||
| Wcf | Connects using Wcf type. |
Show: