ConnectToSourceSqlServerTaskOutputTaskLevel interface

Task level output for the task that validates connection to SQL Server and also validates source server requirements

Extends

Properties

agentJobs

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

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.

databaseTdeCertificateMapping

Mapping from database name to TDE certificate name, if applicable NOTE: This property will not be serialized. It can only be populated by the server.

logins

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

resultType

Polymorphic discriminator, which specifies the different types this object can be

sourceServerBrandVersion

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

sourceServerVersion

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

validationErrors

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

Inherited Properties

id

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

Property Details

agentJobs

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

agentJobs?: string

Property Value

string

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?: string

Property Value

string

databaseTdeCertificateMapping

Mapping from database name to TDE certificate name, if applicable NOTE: This property will not be serialized. It can only be populated by the server.

databaseTdeCertificateMapping?: string

Property Value

string

logins

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

logins?: string

Property Value

string

resultType

Polymorphic discriminator, which specifies the different types this object can be

resultType: "TaskLevelOutput"

Property Value

"TaskLevelOutput"

sourceServerBrandVersion

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

sourceServerBrandVersion?: string

Property Value

string

sourceServerVersion

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

sourceServerVersion?: string

Property Value

string

validationErrors

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

validationErrors?: ReportableException[]

Property Value

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From ConnectToSourceSqlServerTaskOutput.id