ConnectionType Enumeration

Defines how the Server object connects to the ConnectionString property.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Enumeration ConnectionType
public enum ConnectionType
public enum class ConnectionType
public enum ConnectionType
public enum ConnectionType

Members

Member name Description
Http Connects using HTTP protocol.
LocalCube Connection is defined as proprietary for local cubes.
LocalServer Connection is defined as proprietary for local server.
Native Connection is defined as proprietary for remote connections.

Remarks

New:17 July 2006

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices Namespace