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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript