你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateSqlServerSqlMITaskOutputDatabaseLevel interface

将 SQL Server 数据库迁移到 Azure SQL 数据库托管实例的任务的输出。

扩展

属性

databaseName

数据库名称注意:此属性不会序列化。 它只能由服务器填充。

endedOn

迁移结束时间注意:此属性不会序列化。 它只能由服务器填充。

exceptionsAndWarnings

迁移异常和警告注意:此属性不会序列化。 它只能由服务器填充。

message

迁移进度消息注意:此属性不会序列化。 它只能由服务器填充。

resultType

多态鉴别器,它指定此对象可以的不同类型的

sizeMB

数据库大小(以兆字节为单位)注意:此属性不会序列化。 它只能由服务器填充。

stage

当前迁移阶段注意:此属性不会序列化。 它只能由服务器填充。

startedOn

迁移开始时间注意:此属性不会序列化。 它只能由服务器填充。

state

迁移的当前状态注意:此属性不会序列化。 它只能由服务器填充。

继承属性

id

结果标识符注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

databaseName

数据库名称注意:此属性不会序列化。 它只能由服务器填充。

databaseName?: string

属性值

string

endedOn

迁移结束时间注意:此属性不会序列化。 它只能由服务器填充。

endedOn?: Date

属性值

Date

exceptionsAndWarnings

迁移异常和警告注意:此属性不会序列化。 它只能由服务器填充。

exceptionsAndWarnings?: ReportableException[]

属性值

message

迁移进度消息注意:此属性不会序列化。 它只能由服务器填充。

message?: string

属性值

string

resultType

多态鉴别器,它指定此对象可以的不同类型的

resultType: "DatabaseLevelOutput"

属性值

"DatabaseLevelOutput"

sizeMB

数据库大小(以兆字节为单位)注意:此属性不会序列化。 它只能由服务器填充。

sizeMB?: number

属性值

number

stage

当前迁移阶段注意:此属性不会序列化。 它只能由服务器填充。

stage?: string

属性值

string

startedOn

迁移开始时间注意:此属性不会序列化。 它只能由服务器填充。

startedOn?: Date

属性值

Date

state

迁移的当前状态注意:此属性不会序列化。 它只能由服务器填充。

state?: string

属性值

string

继承属性详细信息

id

结果标识符注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 MigrateSqlServerSqlMITaskOutput.id