ExecuteSSISPackageActivity Class
Execute SSIS package activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityExecuteSSISPackageActivity
Constructor
ExecuteSSISPackageActivity(*, name: str, package_location: azure.synapse.artifacts.models._models_py3.SSISPackageLocation, connect_via: azure.synapse.artifacts.models._models_py3.IntegrationRuntimeReference, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, runtime: Optional[object] = None, logging_level: Optional[object] = None, environment_path: Optional[object] = None, execution_credential: Optional[azure.synapse.artifacts.models._models_py3.SSISExecutionCredential] = None, project_parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.SSISExecutionParameter]] = None, package_parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.SSISExecutionParameter]] = None, project_connection_managers: Optional[Dict[str, object]] = None, package_connection_managers: Optional[Dict[str, object]] = None, property_overrides: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.SSISPropertyOverride]] = None, log_location: Optional[azure.synapse.artifacts.models._models_py3.SSISLogLocation] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- runtime
- object
Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- logging_level
- object
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- environment_path
- object
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- project_parameters
- dict[str, SSISExecutionParameter]
The project level parameters to execute the SSIS package.
- package_parameters
- dict[str, SSISExecutionParameter]
The package level parameters to execute the SSIS package.
The project level connection managers to execute the SSIS package.
The package level connection managers to execute the SSIS package.
- property_overrides
- dict[str, SSISPropertyOverride]
The property overrides to execute the SSIS package.
Feedback
Submit and view feedback for