Share via


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