MigrateSqlServerDatabaseInput 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 SQL migration task inputs
public class MigrateSqlServerDatabaseInput
type MigrateSqlServerDatabaseInput = class
Public Class MigrateSqlServerDatabaseInput
- Inheritance
-
MigrateSqlServerDatabaseInput
Constructors
MigrateSqlServerDatabaseInput() |
Initializes a new instance of the MigrateSqlServerDatabaseInput class. |
MigrateSqlServerDatabaseInput(String, String, String, IList<DatabaseFileInput>) |
Initializes a new instance of the MigrateSqlServerDatabaseInput class. |
Properties
BackupAndRestoreFolder |
Gets or sets the backup and restore folder |
DatabaseFiles |
Gets or sets the list of database files |
Name |
Gets or sets name of the database |
RestoreDatabaseName |
Gets or sets name of the database at destination |