MigrateSqlServerSqlMIDatabaseInput Class
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.
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. |