Share via


Sequence Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see SequenceClass.

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 Sequence _
    Inherits IDTSContainer100
'Usage
Dim instance As Sequence
[GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface Sequence : IDTSContainer100
[GuidAttribute(L"54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface class Sequence : IDTSContainer100
[<GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")>]
type Sequence =  
    interface
        interface IDTSContainer100
    end
public interface Sequence extends IDTSContainer100

The Sequence type exposes the following members.

Properties

  Name Description
Public property DelayValidation Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property Disable Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property ExecutionResult Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property ExecutionStatus Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property FailPackageOnFailure Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property FailParentOnFailure Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property ForcedExecutionValue Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property ForceExecutionResult Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property ForceExecutionValue Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property IsDefaultLocaleID Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property IsolationLevel Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property LocaleID Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property LogEntryInfos Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property LoggingMode Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property LoggingOptions Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property MaximumErrorCount Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property Parent Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property TransactionOption Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property VariableDispenser Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)
Public property Variables Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)

Top

Methods

  Name Description
Public method GetParentID Infrastructure. (Inherited from IDTSContainer100.)
Public method RegenerateID Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.)

Top