SsisPackage interface

Ssis Package.

Extends

Properties

folderId

Folder id which contains package.

parameters

Parameters in package

projectId

Project id which contains package.

projectVersion

Project version which contains package.

type

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

Inherited Properties

description

Metadata description.

id

Metadata id.

name

Metadata name.

Property Details

folderId

Folder id which contains package.

folderId?: number

Property Value

number

parameters

Parameters in package

parameters?: SsisParameter[]

Property Value

projectId

Project id which contains package.

projectId?: number

Property Value

number

projectVersion

Project version which contains package.

projectVersion?: number

Property Value

number

type

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

type: "Package"

Property Value

"Package"

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