Sdílet prostřednictvím


SsisPropertyOverride interface

SSIS property override.

Properties

isSensitive

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

value

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

Property Details

isSensitive

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

isSensitive?: boolean

Property Value

boolean

value

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

value: any

Property Value

any