GetUserTablesSqlSyncTaskOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |