다음을 통해 공유


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"