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

MigrateSqlServerSqlDbDatabaseInput Class

Definition

Database specific information for SQL to Azure SQL DB migration task inputs

public class MigrateSqlServerSqlDbDatabaseInput
type MigrateSqlServerSqlDbDatabaseInput = class
Public Class MigrateSqlServerSqlDbDatabaseInput
Inheritance
MigrateSqlServerSqlDbDatabaseInput

Constructors

MigrateSqlServerSqlDbDatabaseInput()

Initializes a new instance of the MigrateSqlServerSqlDbDatabaseInput class.

MigrateSqlServerSqlDbDatabaseInput(String, String, Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the MigrateSqlServerSqlDbDatabaseInput class.

Properties

MakeSourceDbReadOnly

Gets or sets whether to set database read only before migration

Name

Gets or sets name of the database

TableMap

Gets or sets mapping of source to target tables

TargetDatabaseName

Gets or sets name of target database. Note: Target database will be truncated before starting migration.

Applies to