The unique identifier for the instance of execution. The execution_id is bigint.
[ @property_path = ] property_path
The path to the property in the package. The property_path is nvarchar(4000).
[ @property_value = ] property_value
The override value to assign to the property. The property_value is nvarchar(max).
[ @sensitive = ] sensitive
When the value is 1, the property is sensitive and is encrypted when it is stored. When the value is 0, the property is not sensitive and the value is stored in plaintext. The sensitive argument is bit.
This procedure performs the same function as the Property overrides section in the Advanced tab of the Execute Package dialog. The path to the property is derived from the Package Path property of the package task.