DatabaseMigrationProperties 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 Migration Resource properties. Please note DatabaseMigrationProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DatabaseMigrationSqlDBProperties, DatabaseMigrationSqlVmProperties and DatabaseMigrationSqlMIProperties.
public abstract class DatabaseMigrationProperties
type DatabaseMigrationProperties = class
Public MustInherit Class DatabaseMigrationProperties
- Inheritance
-
DatabaseMigrationProperties
- Derived
Constructors
DatabaseMigrationProperties() |
Initializes a new instance of DatabaseMigrationProperties. |
Properties
EndedOn |
Database migration end time. |
MigrationFailureError |
Error details in case of migration failure. |
MigrationOperationId |
ID tracking current migration operation. |
MigrationService |
Resource Id of the Migration Service. |
MigrationStatus |
Migration status. |
ProvisioningError |
Error message for migration provisioning failure, if any. |
ProvisioningState |
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. |
Scope |
Resource Id of the target resource (SQL VM or SQL Managed Instance). |
SourceDatabaseName |
Name of the source database. |
SourceServerName |
Name of the source sql server. |
SourceSqlConnection |
Source SQL Server connection details. |
StartedOn |
Database migration start time. |
TargetDatabaseCollation |
Database collation to be used for the target database. |