SsisEnvironment interface

Ssis environment.

Extends

Properties

folderId

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

Variable in environment

variables?: SsisVariable[]

Property Value

Inherited Property Details

description

Metadata description.

description?: string

Property Value

string

Inherited From SsisObjectMetadata.description

id

Metadata id.

id?: number

Property Value

number

Inherited From SsisObjectMetadata.id

name

Metadata name.

name?: string

Property Value

string

Inherited From SsisObjectMetadata.name