MigrateSchemaSqlServerSqlDbDatabaseInput 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 input for migrate schema Sql Server to Azure SQL Server scenario
public class MigrateSchemaSqlServerSqlDbDatabaseInput
type MigrateSchemaSqlServerSqlDbDatabaseInput = class
Public Class MigrateSchemaSqlServerSqlDbDatabaseInput
- Inheritance
-
MigrateSchemaSqlServerSqlDbDatabaseInput
Constructors
MigrateSchemaSqlServerSqlDbDatabaseInput() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class. |
MigrateSchemaSqlServerSqlDbDatabaseInput(String, String, SchemaMigrationSetting) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class. |
Properties
Name |
Gets or sets name of source database |
SchemaSetting |
Gets or sets database schema migration settings |
TargetDatabaseName |
Gets or sets name of target database |