ConnectionType Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines how the Server object connects to the ConnectionString property.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public enum ConnectionType
public enum class ConnectionType
type ConnectionType
Public Enumeration ConnectionType

Members

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top