SsisVariable interface
Ssis variable.
Properties
data |
Variable type. |
description | Variable description. |
id | Variable id. |
name | Variable name. |
sensitive | Whether variable is sensitive. |
sensitive |
Variable sensitive value. |
value | Variable value. |
Property Details
dataType
Variable type.
dataType?: string
Property Value
string
description
Variable description.
description?: string
Property Value
string
id
Variable id.
id?: number
Property Value
number
name
Variable name.
name?: string
Property Value
string
sensitive
Whether variable is sensitive.
sensitive?: boolean
Property Value
boolean
sensitiveValue
Variable sensitive value.
sensitiveValue?: string
Property Value
string
value
Variable value.
value?: string
Property Value
string