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

MySqlConnectionInfo interface

连接MySQL服务器的信息

扩展

属性

additionalSettings

其他连接设置

authentication

要用于连接的身份验证类型

dataSource

数据源

encryptConnection

是否加密连接

port

服务器端口

serverName

服务器名称

type

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

继承属性

password

密码凭据。

userName

用户名

属性详细信息

additionalSettings

其他连接设置

additionalSettings?: string

属性值

string

authentication

要用于连接的身份验证类型

authentication?: string

属性值

string

dataSource

数据源

dataSource?: string

属性值

string

encryptConnection

是否加密连接

encryptConnection?: boolean

属性值

boolean

port

服务器端口

port: number

属性值

number

serverName

服务器名称

serverName: string

属性值

string

type

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

type: "MySqlConnectionInfo"

属性值

"MySqlConnectionInfo"

继承属性详细信息

password

密码凭据。

password?: string

属性值

string

继承自ConnectionInfo.password

userName

用户名

userName?: string

属性值

string

继承自ConnectionInfo.userName