IDTSContainer100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see DtsContainer.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")> _
Public Interface IDTSContainer100
'Usage
Dim instance As IDTSContainer100
[GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface IDTSContainer100
[GuidAttribute(L"54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface class IDTSContainer100
[<GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")>]
type IDTSContainer100 = interface end
public interface IDTSContainer100
The IDTSContainer100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DelayValidation | Infrastructure. For more information, see DtsContainer. | |
Disable | Infrastructure. For more information, see DtsContainer. | |
ExecutionResult | Infrastructure. For more information, see DtsContainer. | |
ExecutionStatus | Infrastructure. For more information, see DtsContainer. | |
FailPackageOnFailure | Infrastructure. For more information, see DtsContainer. | |
FailParentOnFailure | Infrastructure. For more information, see DtsContainer. | |
ForcedExecutionValue | Infrastructure. For more information, see DtsContainer. | |
ForceExecutionResult | Infrastructure. For more information, see DtsContainer. | |
ForceExecutionValue | Infrastructure. For more information, see DtsContainer. | |
IsDefaultLocaleID | Infrastructure. For more information, see DtsContainer. | |
IsolationLevel | Infrastructure. For more information, see DtsContainer. | |
LocaleID | Infrastructure. For more information, see DtsContainer. | |
LogEntryInfos | Infrastructure. For more information, see DtsContainer. | |
LoggingMode | Infrastructure. For more information, see DtsContainer. | |
LoggingOptions | Infrastructure. For more information, see DtsContainer. | |
MaximumErrorCount | Infrastructure. For more information, see DtsContainer. | |
Parent | Infrastructure. For more information, see DtsContainer. | |
TransactionOption | Infrastructure. For more information, see DtsContainer. | |
VariableDispenser | Infrastructure. For more information, see DtsContainer. | |
Variables | Infrastructure. For more information, see DtsContainer. |
Top
Methods
Name | Description | |
---|---|---|
GetParentID | Infrastructure. | |
RegenerateID | Infrastructure. For more information, see DtsContainer. |
Top