你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSqlServerSqlMITaskOutputDatabaseLevel 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.
[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSqlServerSqlMITaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlMITaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlMITaskOutput
Public Class MigrateSqlServerSqlMITaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlMITaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlMITaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class. |
MigrateSqlServerSqlMITaskOutputDatabaseLevel(String, String, Nullable<Double>, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputDatabaseLevel class. |
Properties
DatabaseName |
Gets name of the database |
EndedOn |
Gets migration end time |
ExceptionsAndWarnings |
Gets migration exceptions and warnings |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlMITaskOutput) |
Message |
Gets migration progress message |
SizeMb |
Gets size of the database in megabytes |
Stage |
Gets current stage of migration Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |