ExecuteSSISPackageActivityResponse

data class ExecuteSSISPackageActivityResponse(val connectVia: IntegrationRuntimeReferenceResponse, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val environmentPath: Any? = null, val executionCredential: SSISExecutionCredentialResponse? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val logLocation: SSISLogLocationResponse? = null, val loggingLevel: Any? = null, val name: String, val onInactiveMarkAs: String? = null, val packageConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, val packageLocation: SSISPackageLocationResponse, val packageParameters: Map<String, SSISExecutionParameterResponse>? = null, val policy: ActivityPolicyResponse? = null, val projectConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, val projectParameters: Map<String, SSISExecutionParameterResponse>? = null, val propertyOverrides: Map<String, SSISPropertyOverrideResponse>? = null, val runtime: Any? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)

Execute SSIS package activity.

Constructors

Link copied to clipboard
constructor(connectVia: IntegrationRuntimeReferenceResponse, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, environmentPath: Any? = null, executionCredential: SSISExecutionCredentialResponse? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, logLocation: SSISLogLocationResponse? = null, loggingLevel: Any? = null, name: String, onInactiveMarkAs: String? = null, packageConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, packageLocation: SSISPackageLocationResponse, packageParameters: Map<String, SSISExecutionParameterResponse>? = null, policy: ActivityPolicyResponse? = null, projectConnectionManagers: Map<String, Map<String, SSISExecutionParameterResponse>>? = null, projectParameters: Map<String, SSISExecutionParameterResponse>? = null, propertyOverrides: Map<String, SSISPropertyOverrideResponse>? = null, runtime: Any? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard
val environmentPath: Any? = null

The environment path to execute the SSIS package. Type: string (or Expression with resultType string).

Link copied to clipboard

The package execution credential.

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val loggingLevel: Any? = null

The logging level of SSIS package execution. Type: string (or Expression with resultType string).

Link copied to clipboard

SSIS package execution log location.

Link copied to clipboard

Activity name.

Link copied to clipboard

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

Link copied to clipboard

The package level connection managers to execute the SSIS package.

Link copied to clipboard

SSIS package location.

Link copied to clipboard

The package level parameters to execute the SSIS package.

Link copied to clipboard

Activity policy.

Link copied to clipboard

The project level connection managers to execute the SSIS package.

Link copied to clipboard

The project level parameters to execute the SSIS package.

Link copied to clipboard

The property overrides to execute the SSIS package.

Link copied to clipboard
val runtime: Any? = null

Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).

Link copied to clipboard
val state: String? = null

Activity state. This is an optional property and if not provided, the state will be Active by default.

Link copied to clipboard

Type of activity. Expected value is 'ExecuteSSISPackage'.

Link copied to clipboard

Activity user properties.