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 MigrateSqlServerSqlDBSyncDatabaseInput. |
Properties
Id |
Unique identifier for database. |
MigrationSetting |
Migration settings which tune the migration behavior. |
Name |
Name of database. |
SchemaName |
Schema name to be migrated. |
SourceSetting |
Source settings to tune source endpoint migration behavior. |
TableMap |
Mapping of source to target tables. |
TargetDatabaseName |
Target database name. |
TargetSetting |
Target settings to tune target endpoint migration behavior. |
Applies to
Azure SDK for .NET