Integration Runtime Ssis Express Custom Setup
data class IntegrationRuntimeSsisExpressCustomSetup(val commandKeys: List<IntegrationRuntimeSsisExpressCustomSetupCommandKey>? = null, val components: List<IntegrationRuntimeSsisExpressCustomSetupComponent>? = null, val environment: Map<String, String>? = null, val powershellVersion: String? = null)
Constructors
Link copied to clipboard
fun IntegrationRuntimeSsisExpressCustomSetup(commandKeys: List<IntegrationRuntimeSsisExpressCustomSetupCommandKey>? = null, components: List<IntegrationRuntimeSsisExpressCustomSetupComponent>? = null, environment: Map<String, String>? = null, powershellVersion: String? = null)