NonSqlMigrationTaskOutput interface
非 sql 移轉工作輸出的基類
屬性
| data |
移轉的結果。 索引鍵包含數據表名稱和數據表結果物件附註的值:此屬性將不會串行化。 它只能由伺服器填入。 |
| ended |
移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| id | 結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| progress |
有關移轉進度的訊息注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| source |
來源伺服器名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| started |
移轉開始時間注意:此屬性不會串行化。 它只能由伺服器填入。 |
| status | 移轉的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| target |
目標伺服器名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
dataMigrationTableResults
移轉的結果。 索引鍵包含數據表名稱和數據表結果物件附註的值:此屬性將不會串行化。 它只能由伺服器填入。
dataMigrationTableResults?: string
屬性值
string
endedOn
移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。
endedOn?: Date
屬性值
Date
id
結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
progressMessage
有關移轉進度的訊息注意:此屬性將不會串行化。 它只能由伺服器填入。
progressMessage?: string
屬性值
string
sourceServerName
來源伺服器名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
sourceServerName?: string
屬性值
string
startedOn
移轉開始時間注意:此屬性不會串行化。 它只能由伺服器填入。
startedOn?: Date
屬性值
Date
status
移轉的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
status?: string
屬性值
string
targetServerName
目標伺服器名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
targetServerName?: string
屬性值
string