MigrateSqlServerSqlDbSyncDatabaseInput 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.
Database specific information for SQL to Azure SQL DB sync migration task inputs
public class MigrateSqlServerSqlDbSyncDatabaseInput
type MigrateSqlServerSqlDbSyncDatabaseInput = class
Public Class MigrateSqlServerSqlDbSyncDatabaseInput
- Inheritance
-
MigrateSqlServerSqlDbSyncDatabaseInput
Constructors
MigrateSqlServerSqlDbSyncDatabaseInput() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class. |
MigrateSqlServerSqlDbSyncDatabaseInput(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class. |
Properties
Id |
Gets or sets unique identifier for database |
MigrationSetting |
Gets or sets migration settings which tune the migration behavior |
Name |
Gets or sets name of database |
SchemaName |
Gets or sets schema name to be migrated |
SourceSetting |
Gets or sets source settings to tune source endpoint migration behavior |
TableMap |
Gets or sets mapping of source to target tables |
TargetDatabaseName |
Gets or sets target database name |
TargetSetting |
Gets or sets target settings to tune target endpoint migration behavior |