All container types have a set of properties in common. If you create packages using the graphical tools that Integration Services provides, the Properties window lists the following properties for the Foreach Loop, For Loop, and Sequence containers. The task host container properties are configured as part of configuring the task that the task host encapsulates. You set the Task Host properties when you configure the task.
|
Property
|
Description
|
|---|
|
DelayValidation
|
A Boolean value that indicates whether validation of the container is delayed until run time. The default value for this property is False.
For more information, see DelayValidation.
|
|
Description
|
The container description. The property contains a string, but may be blank.
For more information, see Description.
|
|
Disable
|
A Boolean value that indicates whether the container runs. The default value for this property is False.
For more information, see Disable.
|
|
DisableEventHandlers
|
A Boolean value that indicates whether the event handlers associated with the container run. The default value for this property is False.
|
|
FailPackageOnFailure
|
A Boolean value that specifies whether the package fails if an error occurs in the container. The default value for this property is False.
For more information, see FailPackageOnFailure.
|
|
FailParentOnFailure
|
A Boolean value that specifies whether the parent container fails if an error occurs in the container. The default value for this property is False.
For more information, see FailParentOnFailure.
|
|
ForcedExecutionValue
|
If ForceExecutionValue is set to True, the object that contains the optional execution value for the container. The default value of this property is 0.
For more information, see ForcedExecutionValue.
|
|
ForcedExecutionValueType
|
The data type of ForcedExecutionValue. The default value of this property is Int32.
|
|
ForceExecutionResult
|
A value that specifies the forced result of running the package or container. The values are None, Success, Failure, and Completion. The default value for this property is None.
For more information, see ForceExecutionResult.
|
|
ForceExecutionValue
|
A Boolean value that specifies whether the optional execution value of the container should be forced to contain a particular value. The default value of this property is False.
For more information, see ForceExecutionValue.
|
|
ID
|
The container GUID, which is assigned when the package is created. This property is read-only.
ID.
|
|
IsolationLevel
|
The isolation level of the container transaction. The values are Unspecified, Chaos, ReadUncommitted, ReadCommitted, RepeatableRead, Serializable, and Snapshot. The default value of this property is Serializable. For more information, see IsolationLevel.
|
|
LocaleID
|
A Microsoft Win32 locale. The default value of this property is the locale of the operating system on the local computer.
For more information, see LocaleID.
|
|
LoggingMode
|
A value that specifies the logging behavior of the container. The values are Disabled, Enabled, and UseParentSetting. The default value of this property is UseParentSetting. For more information, see DTSLoggingMode.
|
|
MaximumErrorCount
|
The maximum number of errors that can occur before a container stops running. The default value of this property is 1.
For more information, see MaximumErrorCount.
|
|
Name
|
The name of the container.
For more information, see Name.
|
|
TransactionOption
|
The transactional participation of the container. The values are NotSupported, Supported, Required. The default value of this property is Supported. For more information, see DTSTransactionOption.
|
To learn about all the properties that are available to Foreach Loop, For Loop, Sequence, and Task Host containers when configure them programmatically, see the following Integration Services API topics: