次の方法で共有


ConnStringInfo 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"