SsisPackage |
SsisPackage.withDescription(String description) |
Set the description property: Metadata description.
|
SsisPackage |
SsisPackage.withFolderId(Long folderId) |
Set the folderId property: Folder id which contains package.
|
SsisPackage |
SsisPackage.withId(Long id) |
Set the id property: Metadata id.
|
SsisPackage |
SsisPackage.withName(String name) |
Set the name property: Metadata name.
|
SsisPackage |
SsisPackage.withParameters(List<SsisParameter> parameters) |
Set the parameters property: Parameters in package.
|
SsisPackage |
SsisPackage.withProjectId(Long projectId) |
Set the projectId property: Project id which contains package.
|
SsisPackage |
SsisPackage.withProjectVersion(Long projectVersion) |
Set the projectVersion property: Project version which contains package.
|