你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MiSqlConnectionInfo interface

创建与 Azure SQL 数据库托管实例的连接所需的属性

扩展

属性

managedInstanceResourceId

Azure SQL 数据库托管实例的资源 ID

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

password

密码凭据。

userName

用户名

属性详细信息

managedInstanceResourceId

Azure SQL 数据库托管实例的资源 ID

managedInstanceResourceId: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "MiSqlConnectionInfo"

属性值

"MiSqlConnectionInfo"

继承属性详细信息

password

密码凭据。

password?: string

属性值

string

继承自ConnectionInfo.password

userName

用户名

userName?: string

属性值

string

继承自ConnectionInfo.userName