SsisPackageLocation interface
SSIS package location.
Properties
access |
The package access credential. |
child |
The embedded child package list. |
configuration |
The configuration file access credential. |
configuration |
The configuration file of the package execution. Type: string (or Expression with resultType string). |
package |
The embedded package content. Type: string (or Expression with resultType string). |
package |
The embedded package last modified date. |
package |
The package name. |
package |
Password of the package. |
package |
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
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