Delen via


ConnStringInfo interface

Gegevens van databaseverbindingsreeks.

Eigenschappen

connectionString

Verbindingsreekswaarde.

name

Naam van verbindingsreeks.

type

Type database.

Eigenschapdetails

connectionString

Verbindingsreekswaarde.

connectionString?: string

Waarde van eigenschap

string

name

Naam van verbindingsreeks.

name?: string

Waarde van eigenschap

string

type

Type database.

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

Waarde van eigenschap

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