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 | |
---|---|---|
DelayValidation | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
Disable | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
ExecutionResult | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
ExecutionStatus | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
FailPackageOnFailure | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
FailParentOnFailure | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
ForcedExecutionValue | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
ForceExecutionResult | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
ForceExecutionValue | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
IsDefaultLocaleID | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
IsolationLevel | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
LocaleID | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
LogEntryInfos | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
LoggingMode | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
LoggingOptions | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
MaximumErrorCount | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
Parent | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
TransactionOption | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
VariableDispenser | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) | |
Variables | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) |
Top
Methods
Name | Description | |
---|---|---|
GetParentID | Infrastructure. (Inherited from IDTSContainer100.) | |
RegenerateID | Infrastructure. For more information, see DtsContainer. (Inherited from IDTSContainer100.) |
Top