SsisMigrationInfoResponse

data class SsisMigrationInfoResponse(val environmentOverwriteOption: String? = null, val projectOverwriteOption: String? = null, val ssisStoreType: String? = null)

SSIS migration info with SSIS store type, overwrite policy.

Constructors

Link copied to clipboard
constructor(environmentOverwriteOption: String? = null, projectOverwriteOption: String? = null, ssisStoreType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The overwrite option for the SSIS environment migration

Link copied to clipboard

The overwrite option for the SSIS project migration

Link copied to clipboard
val ssisStoreType: String? = null

The SSIS store type of source, only SSIS catalog is supported now in DMS (classic)