共用方式為


ConnStringInfoOutput interface

資料庫連接字串資訊。

屬性

connectionString

連接字串值。

name

連接字串的名稱。

type

資料庫的類型。

屬性詳細資料

connectionString

連接字串值。

connectionString?: string

屬性值

string

name

連接字串的名稱。

name?: string

屬性值

string

type

資料庫的類型。

type?: "MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"

屬性值

"MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"