Compartir a través de


ConnectionStringType Enumeración

Definición

Define los valores de ConnectionStringType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ConnectionStringType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ConnectionStringType = 
Public Enum ConnectionStringType
Herencia
ConnectionStringType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Nombre Valor Description
MySql 0
SQLServer 1
SQLAzure 2
Custom 3
NotificationHub 4
ServiceBus 5
EventHub 6
ApiHub 7
DocDb 8
RedisCache 9
PostgreSQL 10

Se aplica a