ValidateSyncMigrationInputSqlServerTaskInput 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
ValidateSyncMigrationInputSqlServerTaskInput() |
Initializes a new instance of the ValidateSyncMigrationInputSqlServerTaskInput class. |
ValidateSyncMigrationInputSqlServerTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSqlServerSqlDbSyncDatabaseInput>) |
Initializes a new instance of the ValidateSyncMigrationInputSqlServerTaskInput class. |
ValidateSyncMigrationInputSqlServerTaskInput()
Initializes a new instance of the ValidateSyncMigrationInputSqlServerTaskInput class.
public ValidateSyncMigrationInputSqlServerTaskInput ();
Public Sub New ()
Applies to
ValidateSyncMigrationInputSqlServerTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSqlServerSqlDbSyncDatabaseInput>)
Initializes a new instance of the ValidateSyncMigrationInputSqlServerTaskInput class.
public ValidateSyncMigrationInputSqlServerTaskInput (Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput> selectedDatabases);
new Microsoft.Azure.Management.DataMigration.Models.ValidateSyncMigrationInputSqlServerTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput> -> Microsoft.Azure.Management.DataMigration.Models.ValidateSyncMigrationInputSqlServerTaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo, selectedDatabases As IList(Of MigrateSqlServerSqlDbSyncDatabaseInput))
Parameters
- sourceConnectionInfo
- SqlConnectionInfo
Information for connecting to source SQL server
- targetConnectionInfo
- SqlConnectionInfo
Information for connecting to target
- selectedDatabases
- IList<MigrateSqlServerSqlDbSyncDatabaseInput>
Databases to migrate