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

MigrateSqlServerSqlMIDatabaseInput Class

Definition

Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs

public class MigrateSqlServerSqlMIDatabaseInput
type MigrateSqlServerSqlMIDatabaseInput = class
Public Class MigrateSqlServerSqlMIDatabaseInput
Inheritance
MigrateSqlServerSqlMIDatabaseInput

Constructors

MigrateSqlServerSqlMIDatabaseInput()

Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.

MigrateSqlServerSqlMIDatabaseInput(String, String, FileShare, IList<String>)

Initializes a new instance of the MigrateSqlServerSqlMIDatabaseInput class.

Properties

BackupFilePaths

Gets or sets the list of backup files to be used in case of existing backups.

BackupFileShare

Gets or sets backup file share information for backing up this database.

Name

Gets or sets name of the database

RestoreDatabaseName

Gets or sets name of the database at destination

Methods

Validate()

Validate the object.

Applies to