ConnectionStringType 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.
Type of database. Serialized Name: ConnectionStringType
public enum ConnectionStringType
type ConnectionStringType =
Public Enum ConnectionStringType
- Inheritance
-
ConnectionStringType
Fields
| Name | Value | Description |
|---|---|---|
| MySql | 0 | MySql Serialized Name: ConnectionStringType.MySql |
| SqlServer | 1 | SQLServer Serialized Name: ConnectionStringType.SQLServer |
| SqlAzure | 2 | SQLAzure Serialized Name: ConnectionStringType.SQLAzure |
| Custom | 3 | Custom Serialized Name: ConnectionStringType.Custom |
| NotificationHub | 4 | NotificationHub Serialized Name: ConnectionStringType.NotificationHub |
| ServiceBus | 5 | ServiceBus Serialized Name: ConnectionStringType.ServiceBus |
| EventHub | 6 | EventHub Serialized Name: ConnectionStringType.EventHub |
| ApiHub | 7 | ApiHub Serialized Name: ConnectionStringType.ApiHub |
| DocDB | 8 | DocDb Serialized Name: ConnectionStringType.DocDb |
| RedisCache | 9 | RedisCache Serialized Name: ConnectionStringType.RedisCache |
| PostgreSql | 10 | PostgreSQL Serialized Name: ConnectionStringType.PostgreSQL |