MigrateSchemaSqlServerSqlDbDatabaseInput Constructors
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.
Overloads
MigrateSchemaSqlServerSqlDbDatabaseInput() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class. |
MigrateSchemaSqlServerSqlDbDatabaseInput(String, String, SchemaMigrationSetting) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class. |
MigrateSchemaSqlServerSqlDbDatabaseInput()
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class.
public MigrateSchemaSqlServerSqlDbDatabaseInput ();
Public Sub New ()
Applies to
MigrateSchemaSqlServerSqlDbDatabaseInput(String, String, SchemaMigrationSetting)
Initializes a new instance of the MigrateSchemaSqlServerSqlDbDatabaseInput class.
public MigrateSchemaSqlServerSqlDbDatabaseInput (string name = default, string targetDatabaseName = default, Microsoft.Azure.Management.DataMigration.Models.SchemaMigrationSetting schemaSetting = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbDatabaseInput : string * string * Microsoft.Azure.Management.DataMigration.Models.SchemaMigrationSetting -> Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbDatabaseInput
Public Sub New (Optional name As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional schemaSetting As SchemaMigrationSetting = Nothing)
Parameters
- name
- String
Name of source database
- targetDatabaseName
- String
Name of target database
- schemaSetting
- SchemaMigrationSetting
Database schema migration settings