ConnectionType Enum

Definition

Defines how the Server object connects to the ConnectionString property.

public enum ConnectionType
type ConnectionType = 
Public Enum ConnectionType
Inheritance
ConnectionType

Fields

Http 1

Connects using HTTP protocol.

LocalCube 3

Connection is defined as proprietary for local cubes.

LocalFarm 5

Connection using dedicated SP client [when hosted in a SP2016 farm].

LocalServer 2

Connection is defined as proprietary for local server.

Native 0

Connection is defined as proprietary for remote connections.

OnPremFromCloudAccess 6

Deprecated!

Wcf 4

Connection using Wcf [when hosted in a legacy SP farm].

Applies to