GetUserTablesSqlSyncTaskOutput Class

Definition

Output of the task that collects user tables for the given list of databases.

public class GetUserTablesSqlSyncTaskOutput
type GetUserTablesSqlSyncTaskOutput = class
Public Class GetUserTablesSqlSyncTaskOutput
Inheritance
GetUserTablesSqlSyncTaskOutput

Properties

DatabasesToSourceTables

Mapping from database name to list of source tables.

DatabasesToTargetTables

Mapping from database name to list of target tables.

TableValidationErrors

Mapping from database name to list of validation errors.

ValidationErrors

Validation errors.

Applies to