你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSchemaSqlServerSqlDbTaskInput 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
MigrateSchemaSqlServerSqlDbTaskInput() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class. |
MigrateSchemaSqlServerSqlDbTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSchemaSqlServerSqlDbDatabaseInput>) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class. |
MigrateSchemaSqlServerSqlDbTaskInput()
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class.
public MigrateSchemaSqlServerSqlDbTaskInput();
Public Sub New ()
Applies to
MigrateSchemaSqlServerSqlDbTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSchemaSqlServerSqlDbDatabaseInput>)
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskInput class.
public MigrateSchemaSqlServerSqlDbTaskInput(Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbDatabaseInput> selectedDatabases);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbDatabaseInput> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo, selectedDatabases As IList(Of MigrateSchemaSqlServerSqlDbDatabaseInput))
Parameters
- sourceConnectionInfo
- SqlConnectionInfo
Information for connecting to source
- targetConnectionInfo
- SqlConnectionInfo
Information for connecting to target
- selectedDatabases
- IList<MigrateSchemaSqlServerSqlDbDatabaseInput>
Databases to migrate