MigrateSsisTaskOutputProjectLevel interface
An interface representing MigrateSsisTaskOutputProjectLevel.
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. |
folder |
Name of the folder NOTE: This property will not be serialized. It can only be populated by the server. |
id | Result identifier 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. |
project |
Name of the project NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic Discriminator |
stage | Stage of SSIS migration. Possible values include: 'None', 'Initialize', 'InProgress', 'Completed' 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. |
state | Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' 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
folderName
Name of the folder NOTE: This property will not be serialized. It can only be populated by the server.
folderName?: string
Property Value
string
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
message
Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
projectName
Name of the project NOTE: This property will not be serialized. It can only be populated by the server.
projectName?: string
Property Value
string
resultType
Polymorphic Discriminator
resultType: "SsisProjectLevelOutput"
Property Value
"SsisProjectLevelOutput"
stage
Stage of SSIS migration. Possible values include: 'None', 'Initialize', 'InProgress', 'Completed' NOTE: This property will not be serialized. It can only be populated by the server.
stage?: SsisMigrationStage
Property Value
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
state
Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' NOTE: This property will not be serialized. It can only be populated by the server.
state?: MigrationState