ValidateSyncMigrationInputSqlServerTaskOutput interface
Output for task that validates migration input for SQL sync migrations
Properties
id | Database identifier NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of database NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Errors associated with a selected database object NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Database identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Name of database NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
validationErrors
Errors associated with a selected database object NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]