ConnectionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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! |