MigrateSsisTaskOutputMigrationLevel interface
Output for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance.
- Extends
Properties
ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
exceptions |
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server. |
message | Migration progress message NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic discriminator, which specifies the different types this object can be |
source |
Source server brand version NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Source server version NOTE: This property will not be serialized. It can only be populated by the server. |
stage | Stage of SSIS migration. NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Migration start time NOTE: This property will not be serialized. It can only be populated by the server. |
status | Current status of migration NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target server version NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
exceptionsAndWarnings
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]
Property Value
message
Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "MigrationLevelOutput"
Property Value
"MigrationLevelOutput"
sourceServerBrandVersion
Source server brand version NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerBrandVersion?: string
Property Value
string
sourceServerVersion
Source server version NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerVersion?: string
Property Value
string
stage
Stage of SSIS migration. NOTE: This property will not be serialized. It can only be populated by the server.
stage?: string
Property Value
string
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
status
Current status of migration NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
targetServerBrandVersion
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerBrandVersion?: string
Property Value
string
targetServerVersion
Target server version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerVersion?: string
Property Value
string
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From MigrateSsisTaskOutput.id
Azure SDK for JavaScript