SSISPropertyOverride Class

Definition

SSIS property override.

public class SSISPropertyOverride
type SSISPropertyOverride = class
Public Class SSISPropertyOverride
Inheritance
SSISPropertyOverride

Constructors

SSISPropertyOverride()

Initializes a new instance of the SSISPropertyOverride class.

SSISPropertyOverride(Object, Nullable<Boolean>)

Initializes a new instance of the SSISPropertyOverride class.

Properties

IsSensitive

Gets or sets whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true

Value

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

Methods

Validate()

Validate the object.

Applies to