Share via


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

Constructors

GetUserTablesSqlSyncTaskOutput()

Initializes a new instance of the GetUserTablesSqlSyncTaskOutput class.

GetUserTablesSqlSyncTaskOutput(IDictionary<String,IList<DatabaseTable>>, IDictionary<String,IList<DatabaseTable>>, IDictionary<String, IList<String>>, IList<ReportableException>)

Initializes a new instance of the GetUserTablesSqlSyncTaskOutput class.

Properties

DatabasesToSourceTables

Gets mapping from database name to list of source tables

DatabasesToTargetTables

Gets mapping from database name to list of target tables

TableValidationErrors

Gets mapping from database name to list of validation errors

ValidationErrors

Gets validation errors

Applies to