IDTSContainer100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines properties and methods used by all containers and packages.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether validation of the task is delayed until run time. |
![]() | Disable | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. |
![]() | ExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. |
![]() | ExecutionStatus | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the current status of the execution of the IDTSContainer100 object at the time of the call. |
![]() | FailPackageOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package fails when a child container fails. |
![]() | FailParentOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the parent container fails when a child container fails. |
![]() | ForcedExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. |
![]() | ForceExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the forced execution result of the container. |
![]() | ForceExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. |
![]() | IsDefaultLocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the container uses the default locale. |
![]() | IsolationLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the isolation level of the transaction in the IDTSContainer100 object. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. |
![]() | LogEntryInfos | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of information about a log entry. |
![]() | LoggingMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the logging mode of the container. |
![]() | LoggingOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that contains properties that indicates the filtering and logging resource for containers. |
![]() | MaximumErrorCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the maximum number of errors that can occur before the container stops running. |
![]() | Parent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent of the container. |
![]() | TransactionOption | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. |
![]() | VariableDispenser | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. |
![]() | Variables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection that contains the variables associated with this container. |
| Name | Description | |
|---|---|---|
![]() | GetParentID() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent identifier of this container. |
![]() | RegenerateID() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new identifier for the container and updates the container identifier. |

