SsisPackage interface
Ssis Package.
- Extends
Properties
folder |
Folder id which contains package. |
parameters | Parameters in package |
project |
Project id which contains package. |
project |
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
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
name
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