MigrateSchemaSqlServerSqlDbTaskOutputError interface

Output for the task that migrates Schema for SQL Server databases to Azure SQL databases

Extends

Properties

commandText

Schema command which failed NOTE: This property will not be serialized. It can only be populated by the server.

errorText

Reason of failure 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

Inherited Properties

id

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

Property Details

commandText

Schema command which failed NOTE: This property will not be serialized. It can only be populated by the server.

commandText?: string

Property Value

string

errorText

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

errorText?: string

Property Value

string

resultType

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

resultType: "SchemaErrorOutput"

Property Value

"SchemaErrorOutput"

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 MigrateSchemaSqlServerSqlDbTaskOutput.id