SqlServerSqlMISyncTaskInput 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.
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.
public class SqlServerSqlMISyncTaskInput
type SqlServerSqlMISyncTaskInput = class
Public Class SqlServerSqlMISyncTaskInput
- Inheritance
-
SqlServerSqlMISyncTaskInput
- Derived
Constructors
SqlServerSqlMISyncTaskInput() |
Initializes a new instance of the SqlServerSqlMISyncTaskInput class. |
SqlServerSqlMISyncTaskInput(IList<MigrateSqlServerSqlMIDatabaseInput>, String, SqlConnectionInfo, MiSqlConnectionInfo, AzureActiveDirectoryApp, FileShare) |
Initializes a new instance of the SqlServerSqlMISyncTaskInput class. |
Properties
AzureApp |
Gets or sets azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account |
BackupFileShare |
Gets or sets backup file share information for all selected databases. |
SelectedDatabases |
Gets or sets databases to migrate |
SourceConnectionInfo |
Gets or sets connection information for source SQL Server |
StorageResourceId |
Gets or sets fully qualified resourceId of storage |
TargetConnectionInfo |
Gets or sets connection information for Azure SQL Database Managed Instance |
Methods
Validate() |
Validate the object. |