ConnectToTargetSqlDbTaskOutput interface

Output for the task that validates connection to SQL DB and target server requirements

Properties

databases

Source databases as a map from database name to database id NOTE: This property will not be serialized. It can only be populated by the server.

id

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

targetServerBrandVersion

Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.

targetServerVersion

Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

databases

Source databases as a map from database name to database id NOTE: This property will not be serialized. It can only be populated by the server.

databases?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

id

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

targetServerBrandVersion

Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.

targetServerBrandVersion?: string

Property Value

string

targetServerVersion

Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.

targetServerVersion?: string

Property Value

string