Partilhar via


SqlConnectivityUpdateSettings interface

Set the access level and network port settings for SQL Server.

Properties

connectivityType

SQL Server connectivity option.

port

SQL Server port.

sqlAuthUpdatePassword

SQL Server sysadmin login password.

sqlAuthUpdateUserName

SQL Server sysadmin login to create.

Property Details

connectivityType

SQL Server connectivity option.

connectivityType?: string

Property Value

string

port

SQL Server port.

port?: number

Property Value

number

sqlAuthUpdatePassword

SQL Server sysadmin login password.

sqlAuthUpdatePassword?: string

Property Value

string

sqlAuthUpdateUserName

SQL Server sysadmin login to create.

sqlAuthUpdateUserName?: string

Property Value

string