SsisProject interface

Ssis project.

Extends

Properties

environmentRefs

Environment reference in project

folderId

Folder id which contains project.

parameters

Parameters in project

type

Polymorphic discriminator, which specifies the different types this object can be

version

Project version.

Inherited Properties

description

Metadata description.

id

Metadata id.

name

Metadata name.

Property Details

environmentRefs

Environment reference in project

environmentRefs?: SsisEnvironmentReference[]

Property Value

folderId

Folder id which contains project.

folderId?: number

Property Value

number

parameters

Parameters in project

parameters?: SsisParameter[]

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Project"

Property Value

"Project"

version

Project version.

version?: number

Property Value

number

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