Share via


Sequence Interface

This API supports the SQL Server 2012 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("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface Sequence _
    Inherits IDTSContainer100
'Usage
Dim instance As Sequence
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface Sequence : IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class Sequence : IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
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. Gets or sets a value that indicates whether validation of the task is delayed until run time. (Inherited from IDTSContainer100.)
Public property Disable Infrastructure. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. (Inherited from IDTSContainer100.)
Public property ExecutionResult Infrastructure. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. (Inherited from IDTSContainer100.)
Public property ExecutionStatus Infrastructure. Gets the current status of the execution of the IDTSContainer100 object at the time of the call. (Inherited from IDTSContainer100.)
Public property FailPackageOnFailure Infrastructure. Gets or sets a value that indicates whether the package fails when a child container fails. (Inherited from IDTSContainer100.)
Public property FailParentOnFailure Infrastructure. Gets or sets a value that indicates whether the parent container fails when a child container fails. (Inherited from IDTSContainer100.)
Public property ForcedExecutionValue Infrastructure. Gets or sets a value that specifies the optional execution value that the package returns. (Inherited from IDTSContainer100.)
Public property ForceExecutionResult Infrastructure. Gets or sets the forced execution result of the container. (Inherited from IDTSContainer100.)
Public property ForceExecutionValue Infrastructure. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. (Inherited from IDTSContainer100.)
Public property IsDefaultLocaleID Infrastructure. Gets a value that indicates whether the container uses the default locale. (Inherited from IDTSContainer100.)
Public property IsolationLevel Infrastructure. Gets or sets the isolation level of the transaction in the IDTSContainer100 object. (Inherited from IDTSContainer100.)
Public property LocaleID Infrastructure. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. (Inherited from IDTSContainer100.)
Public property LogEntryInfos Infrastructure. Gets a collection of information about a log entry. (Inherited from IDTSContainer100.)
Public property LoggingMode Infrastructure. Gets or sets the logging mode of the container. (Inherited from IDTSContainer100.)
Public property LoggingOptions Infrastructure. Gets an object that contains properties that indicates the filtering and logging resource for containers. (Inherited from IDTSContainer100.)
Public property MaximumErrorCount Infrastructure. Gets or sets the maximum number of errors that can occur before the container stops running. (Inherited from IDTSContainer100.)
Public property Parent Infrastructure. Gets the parent of the container. (Inherited from IDTSContainer100.)
Public property TransactionOption Infrastructure. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. (Inherited from IDTSContainer100.)
Public property VariableDispenser Infrastructure. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. (Inherited from IDTSContainer100.)
Public property Variables Infrastructure. Gets a collection that contains the variables associated with this container. (Inherited from IDTSContainer100.)

Top

Methods

  Name Description
Public method GetParentID Infrastructure. Gets the parent identifier of this container. (Inherited from IDTSContainer100.)
Public method RegenerateID Infrastructure. Creates a new identifier for the container and updates the container identifier. (Inherited from IDTSContainer100.)

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace