MigrateSqlServerSqlDbDatabaseInput 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
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. |
MigrateSqlServerSqlDbDatabaseInput()
Initializes a new instance of the MigrateSqlServerSqlDbDatabaseInput class.
public MigrateSqlServerSqlDbDatabaseInput ();
Public Sub New ()
Applies to
MigrateSqlServerSqlDbDatabaseInput(String, String, Nullable<Boolean>, IDictionary<String,String>)
Initializes a new instance of the MigrateSqlServerSqlDbDatabaseInput class.
public MigrateSqlServerSqlDbDatabaseInput (string name = default, string targetDatabaseName = default, bool? makeSourceDbReadOnly = default, System.Collections.Generic.IDictionary<string,string> tableMap = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput : string * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbDatabaseInput
Public Sub New (Optional name As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional makeSourceDbReadOnly As Nullable(Of Boolean) = Nothing, Optional tableMap As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
Name of the database
- targetDatabaseName
- String
Name of target database. Note: Target database will be truncated before starting migration.
- tableMap
- IDictionary<String,String>
Mapping of source to target tables