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
Public property DelayValidation Infrastructure. For more information, see DtsContainer.
Public property Disable Infrastructure. For more information, see DtsContainer.
Public property ExecutionResult Infrastructure. For more information, see DtsContainer.
Public property ExecutionStatus Infrastructure. For more information, see DtsContainer.
Public property FailPackageOnFailure Infrastructure. For more information, see DtsContainer.
Public property FailParentOnFailure Infrastructure. For more information, see DtsContainer.
Public property ForcedExecutionValue Infrastructure. For more information, see DtsContainer.
Public property ForceExecutionResult Infrastructure. For more information, see DtsContainer.
Public property ForceExecutionValue Infrastructure. For more information, see DtsContainer.
Public property IsDefaultLocaleID Infrastructure. For more information, see DtsContainer.
Public property IsolationLevel Infrastructure. For more information, see DtsContainer.
Public property LocaleID Infrastructure. For more information, see DtsContainer.
Public property LogEntryInfos Infrastructure. For more information, see DtsContainer.
Public property LoggingMode Infrastructure. For more information, see DtsContainer.
Public property LoggingOptions Infrastructure. For more information, see DtsContainer.
Public property MaximumErrorCount Infrastructure. For more information, see DtsContainer.
Public property Parent Infrastructure. For more information, see DtsContainer.
Public property TransactionOption Infrastructure. For more information, see DtsContainer.
Public property VariableDispenser Infrastructure. For more information, see DtsContainer.
Public property Variables Infrastructure. For more information, see DtsContainer.

Top

Methods

  Name Description
Public method GetParentID Infrastructure.
Public method RegenerateID Infrastructure. For more information, see DtsContainer.

Top