SsisPackageLocation interface

SSIS package location.

Properties

accessCredential

The package access credential.

childPackages

The embedded child package list.

configurationAccessCredential

The configuration file access credential.

configurationPath

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

packageContent

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

packageLastModifiedDate

The embedded package last modified date.

packageName

The package name.

packagePassword

Password of the package.

packagePath

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

type

The type of SSIS package location.

Property Details

accessCredential

The package access credential.

accessCredential?: SsisAccessCredential

Property Value

childPackages

The embedded child package list.

childPackages?: SsisChildPackage[]

Property Value

configurationAccessCredential

The configuration file access credential.

configurationAccessCredential?: SsisAccessCredential

Property Value

configurationPath

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

configurationPath?: any

Property Value

any

packageContent

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

packageContent?: any

Property Value

any

packageLastModifiedDate

The embedded package last modified date.

packageLastModifiedDate?: string

Property Value

string

packageName

The package name.

packageName?: string

Property Value

string

packagePassword

Password of the package.

packagePassword?: SecretBaseUnion

Property Value

packagePath

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

packagePath?: any

Property Value

any

type

The type of SSIS package location.

type?: string

Property Value

string