MigrateSqlServerSqlDbDatabaseInput 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 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. |