SSISChildPackageResponse

data class SSISChildPackageResponse(val packageContent: Any, val packageLastModifiedDate: String? = null, val packageName: String? = null, val packagePath: Any)

SSIS embedded child package.

Constructors

Link copied to clipboard
constructor(packageContent: Any, packageLastModifiedDate: String? = null, packageName: String? = null, packagePath: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content for embedded child package. Type: string (or Expression with resultType string).

Link copied to clipboard

Last modified date for embedded child package.

Link copied to clipboard
val packageName: String? = null

Name for embedded child package.

Link copied to clipboard

Path for embedded child package. Type: string (or Expression with resultType string).