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: "Environment" | "Folder" | "Project" | "Package"
Property Value
"Environment" | "Folder" | "Project" | "Package"