你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateSqlServerSqlDbSyncDatabaseInput Class

Definition

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

Applies to