MigrateSchemaSqlServerSqlDbTaskOutputError interface
An interface representing MigrateSchemaSqlServerSqlDbTaskOutputError.
Properties
command |
Schema command which failed NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Reason of failure 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. |
result |
Polymorphic Discriminator |
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
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
resultType
Polymorphic Discriminator
resultType: "SchemaErrorOutput"
Property Value
"SchemaErrorOutput"