SSISPackageLocation Class

SSIS package location.

Constructor

SSISPackageLocation(*args: Any, **kwargs: Any)

Variables

Name Description
package_path
any

The SSIS package path. Type: string (or Expression with resultType string).

type

The type of SSIS package location. Known values are: "SSISDB", "File", "InlinePackage", and "PackageStore".

type_properties

SSIS package location properties.

Attributes

package_path

string (or Expression with resultType string).

package_path: Any | None

type

"SSISDB", "File", "InlinePackage", and "PackageStore".

type: str | _models.SsisPackageLocationType | None

type_properties

SSIS package location properties.

type_properties: _models.SSISPackageLocationTypeProperties | None