Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SsisPackageLocation

Package version

SSIS package location.

Hierarchy

  • SsisPackageLocation

Index

Properties

Optional accessCredential

accessCredential: SsisAccessCredential

The package access credential.

Optional childPackages

childPackages: SsisChildPackage[]

The embedded child package list.

Optional configurationAccessCredential

configurationAccessCredential: SsisAccessCredential

The configuration file access credential.

Optional configurationPath

configurationPath: any

The configuration file of the package execution. Type: string (or Expression with resultType string).

Optional packageContent

packageContent: any

The embedded package content. Type: string (or Expression with resultType string).

Optional packageLastModifiedDate

packageLastModifiedDate: undefined | string

The embedded package last modified date.

Optional packageName

packageName: undefined | string

The package name.

Optional packagePassword

packagePassword: SecretBaseUnion

Password of the package.

Optional packagePath

packagePath: any

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

Optional type

The type of SSIS package location.

Generated using TypeDoc