共用方式為


MiSqlConnectionInfo interface

建立 Azure SQL Database 受控實例連線所需的屬性

Extends

屬性

managedInstanceResourceId

Azure SQL 資料庫受控實例的資源標識碼

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

password

密碼認證。

userName

使用者名

屬性詳細資料

managedInstanceResourceId

Azure SQL 資料庫受控實例的資源標識碼

managedInstanceResourceId: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "MiSqlConnectionInfo"

屬性值

"MiSqlConnectionInfo"

繼承的屬性詳細資料

password

密碼認證。

password?: string

屬性值

string

繼承自ConnectionInfo.password

userName

使用者名

userName?: string

屬性值

string

繼承自ConnectionInfo.userName