SsisEnvironment interface
Ssis environment.
- Extends
Properties
| folder |
Folder id which contains environment. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
| variables | Variable in environment |
Inherited Properties
| description | Metadata description. |
| id | Metadata id. |
| name | Metadata name. |
Property Details
folderId
Folder id which contains environment.
folderId?: number
Property Value
number
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Environment"
Property Value
"Environment"
variables
Inherited Property Details
description
Metadata description.
description?: string
Property Value
string
Inherited From SsisObjectMetadata.description