GetUserTablesSqlSyncTaskOutput Constructors
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.
Overloads
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. |
GetUserTablesSqlSyncTaskOutput()
Initializes a new instance of the GetUserTablesSqlSyncTaskOutput class.
public GetUserTablesSqlSyncTaskOutput ();
Public Sub New ()
Applies to
GetUserTablesSqlSyncTaskOutput(IDictionary<String,IList<DatabaseTable>>, IDictionary<String,IList<DatabaseTable>>, IDictionary<String, IList<String>>, IList<ReportableException>)
Initializes a new instance of the GetUserTablesSqlSyncTaskOutput class.
public GetUserTablesSqlSyncTaskOutput (System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> databasesToSourceTables = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> databasesToTargetTables = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> tableValidationErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> validationErrors = default);
new Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlSyncTaskOutput : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlSyncTaskOutput
Public Sub New (Optional databasesToSourceTables As IDictionary(Of String, IList(Of DatabaseTable)) = Nothing, Optional databasesToTargetTables As IDictionary(Of String, IList(Of DatabaseTable)) = Nothing, Optional tableValidationErrors As IDictionary(Of String, IList(Of String)) = Nothing, Optional validationErrors As IList(Of ReportableException) = Nothing)
Parameters
- databasesToSourceTables
- IDictionary<String,IList<DatabaseTable>>
Mapping from database name to list of source tables
- databasesToTargetTables
- IDictionary<String,IList<DatabaseTable>>
Mapping from database name to list of target tables
- tableValidationErrors
- IDictionary<String,IList<String>>
Mapping from database name to list of validation errors
- validationErrors
- IList<ReportableException>
Validation errors