你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateSqlServerSqlDbSyncTaskInput Class

Definition

Input for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations

public class MigrateSqlServerSqlDbSyncTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlMigrationTaskInput
type MigrateSqlServerSqlDbSyncTaskInput = class
    inherit SqlMigrationTaskInput
Public Class MigrateSqlServerSqlDbSyncTaskInput
Inherits SqlMigrationTaskInput
Inheritance
MigrateSqlServerSqlDbSyncTaskInput

Constructors

MigrateSqlServerSqlDbSyncTaskInput()

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskInput class.

MigrateSqlServerSqlDbSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<MigrateSqlServerSqlDbSyncDatabaseInput>, MigrationValidationOptions)

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskInput class.

Properties

SelectedDatabases

Gets or sets databases to migrate

SourceConnectionInfo

Gets or sets information for connecting to source

(Inherited from SqlMigrationTaskInput)
TargetConnectionInfo

Gets or sets information for connecting to target

(Inherited from SqlMigrationTaskInput)
ValidationOptions

Gets or sets validation options

Methods

Validate()

Validate the object.

Applies to