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 MigrateSqlServerSqlDBDatabaseInput. |
Properties
Id |
id of the database. |
MakeSourceDBReadOnly |
Whether to set database read only before migration. |
Name |
Name of the database. |
SchemaSetting |
Settings selected for DB schema migration. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
TableMap |
Mapping of source to target tables. |
TargetDatabaseName |
Name of target database. Note: Target database will be truncated before starting migration. |
Applies to
Azure SDK for .NET