SsisPackage Class
Ssis Package.
Constructor
SsisPackage(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Metadata id. |
|
name
|
Metadata name. |
|
description
|
Metadata description. |
|
folder_id
|
Folder id which contains package. |
|
project_version
|
Project version which contains package. |
|
project_id
|
Project id which contains package. |
|
parameters
|
Parameters in package. |
|
type
|
str or
<xref:azure.mgmt.datafactory.models.PACKAGE>
Type of metadata. Required. Package. |
Attributes
folder_id
Folder id which contains package.
folder_id: int | None
parameters
Parameters in package.
parameters: list['_models.SsisParameter'] | None
project_id
Project id which contains package.
project_id: int | None
project_version
Project version which contains package.
project_version: int | None
type
Type of metadata. Required. Package.
type: PACKAGE: 'Package'>]