IDTSContainer100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines properties and methods used by all containers and packages.
public interface class IDTSContainer100
[System.Runtime.InteropServices.Guid("1872F069-4715-423D-BD30-326A97BB043E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSContainer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C3DBA952-A887-4C08-8283-68CB7ADCF303")]
public interface IDTSContainer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3D88ED86-9EE4-41B4-90C5-74182CCC7ECB")]
public interface IDTSContainer100
[<System.Runtime.InteropServices.Guid("1872F069-4715-423D-BD30-326A97BB043E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSContainer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C3DBA952-A887-4C08-8283-68CB7ADCF303")>]
type IDTSContainer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3D88ED86-9EE4-41B4-90C5-74182CCC7ECB")>]
type IDTSContainer100 = interface
Public Interface IDTSContainer100
- Derived
- Attributes
Properties
DelayValidation |
Gets or sets a value that indicates whether validation of the task is delayed until run time. |
Disable |
Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. |
ExecutionResult |
Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. |
ExecutionStatus |
Gets the current status of the execution of the IDTSContainer100 object at the time of the call. |
FailPackageOnFailure |
Gets or sets a value that indicates whether the package fails when a child container fails. |
FailParentOnFailure |
Gets or sets a value that indicates whether the parent container fails when a child container fails. |
ForcedExecutionValue |
Gets or sets a value that specifies the optional execution value that the package returns. |
ForceExecutionResult |
Gets or sets the forced execution result of the container. |
ForceExecutionValue |
Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. |
IsDefaultLocaleID |
Gets a value that indicates whether the container uses the default locale. |
IsolationLevel |
Gets or sets the isolation level of the transaction in the IDTSContainer100 object. |
LocaleID |
Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. |
LogEntryInfos |
Gets a collection of information about a log entry. |
LoggingMode |
Gets or sets the logging mode of the container. |
LoggingOptions |
Gets an object that contains properties that indicates the filtering and logging resource for containers. |
MaximumErrorCount |
Gets or sets the maximum number of errors that can occur before the container stops running. |
Parent |
Gets the parent of the container. |
TransactionOption |
Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. |
VariableDispenser |
Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. |
Variables |
Gets a collection that contains the variables associated with this container. |
Methods
GetParentID() |
Gets the parent identifier of this container. |
RegenerateID() |
Creates a new identifier for the container and updates the container identifier. |