共用方式為


MigrateSchemaSqlServerSqlDbTaskOutputError interface

將 SQL Server 資料庫架構遷移至 Azure SQL 資料庫之工作的輸出

Extends

屬性

commandText

失敗的架構命令注意:這個屬性將不會串行化。 它只能由伺服器填入。

errorText

失敗原因注意:此屬性將不會串行化。 它只能由伺服器填入。

resultType

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

commandText

失敗的架構命令注意:這個屬性將不會串行化。 它只能由伺服器填入。

commandText?: string

屬性值

string

errorText

失敗原因注意:此屬性將不會串行化。 它只能由伺服器填入。

errorText?: string

屬性值

string

resultType

多型歧視性,指定這個物件可以是的不同類型

resultType: "SchemaErrorOutput"

屬性值

"SchemaErrorOutput"

繼承的屬性詳細資料

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自MigrateSchemaSqlServerSqlDbTaskOutput.id