MigrateSqlServerSqlDbSyncDatabaseInput 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
MigrateSqlServerSqlDbSyncDatabaseInput() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class. |
MigrateSqlServerSqlDbSyncDatabaseInput(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class. |
MigrateSqlServerSqlDbSyncDatabaseInput()
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class.
public MigrateSqlServerSqlDbSyncDatabaseInput ();
Public Sub New ()
Applies to
MigrateSqlServerSqlDbSyncDatabaseInput(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>)
Initializes a new instance of the MigrateSqlServerSqlDbSyncDatabaseInput class.
public MigrateSqlServerSqlDbSyncDatabaseInput (string id = default, string name = default, string targetDatabaseName = default, string schemaName = default, System.Collections.Generic.IDictionary<string,string> tableMap = default, System.Collections.Generic.IDictionary<string,string> migrationSetting = default, System.Collections.Generic.IDictionary<string,string> sourceSetting = default, System.Collections.Generic.IDictionary<string,string> targetSetting = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncDatabaseInput
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional schemaName As String = Nothing, Optional tableMap As IDictionary(Of String, String) = Nothing, Optional migrationSetting As IDictionary(Of String, String) = Nothing, Optional sourceSetting As IDictionary(Of String, String) = Nothing, Optional targetSetting As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Unique identifier for database
- name
- String
Name of database
- targetDatabaseName
- String
Target database name
- schemaName
- String
Schema name to be migrated
- tableMap
- IDictionary<String,String>
Mapping of source to target tables
- migrationSetting
- IDictionary<String,String>
Migration settings which tune the migration behavior
- sourceSetting
- IDictionary<String,String>
Source settings to tune source endpoint migration behavior
- targetSetting
- IDictionary<String,String>
Target settings to tune target endpoint migration behavior