SsisObjectMetadata interface

SSIS object metadata.

Properties

description

Metadata description.

id

Metadata id.

name

Metadata name.

type

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

Property Details

description

Metadata description.

description?: string

Property Value

string

id

Metadata id.

id?: number

Property Value

number

name

Metadata name.

name?: string

Property Value

string

type

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

type: "Folder" | "Project" | "Package" | "Environment"

Property Value

"Folder" | "Project" | "Package" | "Environment"