你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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