你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel 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("MigrationLevelOutput")]
public class MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("MigrationLevelOutput")>]
type MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel = class
inherit MigrateSchemaSqlServerSqlDbTaskOutput
Public Class MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel
Inherits MigrateSchemaSqlServerSqlDbTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel class. |
MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, String, String) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel class. |
Properties
EndedOn |
Gets migration end time |
Id |
Gets result identifier (Inherited from MigrateSchemaSqlServerSqlDbTaskOutput) |
SourceServerBrandVersion |
Gets source server brand version |
SourceServerVersion |
Gets source server version |
StartedOn |
Gets migration start time |
State |
Gets overall state of the schema migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |
TargetServerBrandVersion |
Gets target server brand version |
TargetServerVersion |
Gets target server version |