Partilhar via


ConnectionType Enum

Definition

Defines how the Server object connects to the ConnectionString property.

public enum ConnectionType
type ConnectionType = 
Public Enum ConnectionType
Inheritance
ConnectionType

Fields

Name Value Description
Native 0

Connection is defined as proprietary for remote connections.

Http 1

Connects using HTTP protocol.

LocalServer 2

Connection is defined as proprietary for local server.

LocalCube 3

Connection is defined as proprietary for local cubes.

Wcf 4

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

LocalFarm 5

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

OnPremFromCloudAccess 6

Deprecated!

Applies to