ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withDescription(String description) |
Set the description property: Activity description.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withEnvironmentPath(Object environmentPath) |
Set the environmentPath property: The environment path to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withExecutionCredential(SsisExecutionCredential executionCredential) |
Set the executionCredential property: The package execution credential.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withLoggingLevel(Object loggingLevel) |
Set the loggingLevel property: The logging level of SSIS package execution.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withLogLocation(SsisLogLocation logLocation) |
Set the logLocation property: SSIS package execution log location.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withName(String name) |
Set the name property: Activity name.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withPackageConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> packageConnectionManagers) |
Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withPackageLocation(SsisPackageLocation packageLocation) |
Set the packageLocation property: SSIS package location.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withPackageParameters(Map<String,SsisExecutionParameter> packageParameters) |
Set the packageParameters property: The package level parameters to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withProjectConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> projectConnectionManagers) |
Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withProjectParameters(Map<String,SsisExecutionParameter> projectParameters) |
Set the projectParameters property: The project level parameters to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withPropertyOverrides(Map<String,SsisPropertyOverride> propertyOverrides) |
Set the propertyOverrides property: The property overrides to execute the SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withRuntime(Object runtime) |
Set the runtime property: Specifies the runtime to execute SSIS package.
|
ExecuteSsisPackageActivity |
ExecuteSsisPackageActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|