SsisMigrationInfo interface

SSIS migration info with SSIS store type, overwrite policy.

Properties

environmentOverwriteOption

The overwrite option for the SSIS environment migration. Possible values include: 'Ignore', 'Overwrite'

projectOverwriteOption

The overwrite option for the SSIS project migration. Possible values include: 'Ignore', 'Overwrite'

ssisStoreType

The SSIS store type of source, only SSIS catalog is supported now in DMS. Possible values include: 'SsisCatalog'

Property Details

environmentOverwriteOption

The overwrite option for the SSIS environment migration. Possible values include: 'Ignore', 'Overwrite'

environmentOverwriteOption?: SsisMigrationOverwriteOption

Property Value

projectOverwriteOption

The overwrite option for the SSIS project migration. Possible values include: 'Ignore', 'Overwrite'

projectOverwriteOption?: SsisMigrationOverwriteOption

Property Value

ssisStoreType

The SSIS store type of source, only SSIS catalog is supported now in DMS. Possible values include: 'SsisCatalog'

ssisStoreType?: "SsisCatalog"

Property Value

"SsisCatalog"