ConnectionType Enumeration

Defines how the Server object connects to the ConnectionString property.

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

Syntax

C#
public enum 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.
Wcf Connects using Wcf type.

Remarks

New: ? 17 July 2006

See Also

Reference

Microsoft.AnalysisServices Namespace