SSISPropertyOverrideResponse

data class SSISPropertyOverrideResponse(val isSensitive: Boolean? = null, val value: Any)

SSIS property override.

Constructors

Link copied to clipboard
constructor(isSensitive: Boolean? = null, value: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isSensitive: Boolean? = null

Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true

Link copied to clipboard
val value: Any

SSIS package property override value. Type: string (or Expression with resultType string).