SequenceClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Sequence.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("32EE2768-992C-4C14-B59A-D2513FCD6EA0")> _
Public Class SequenceClass _
Implements Sequence, IDTSContainer100, IDTSSequence100, IDTSExecutable100, _
IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, _
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
'Usage
Dim instance As SequenceClass
[ClassInterfaceAttribute()]
[GuidAttribute("32EE2768-992C-4C14-B59A-D2513FCD6EA0")]
public class SequenceClass : Sequence,
IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100,
IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100
[ClassInterfaceAttribute()]
[GuidAttribute(L"32EE2768-992C-4C14-B59A-D2513FCD6EA0")]
public ref class SequenceClass : Sequence,
IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100,
IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("32EE2768-992C-4C14-B59A-D2513FCD6EA0")>]
type SequenceClass =
class
interface Sequence
interface IDTSContainer100
interface IDTSSequence100
interface IDTSExecutable100
interface IDTSEventsProvider100
interface IDTSExecutionMetrics100
interface IDTSPropertiesProvider100
interface IDTSName100
interface IDTSBreakpointSite100
interface IDTSSuspend100
interface IDTSPersist100
interface IDTSRuntimeObject100
end
public class SequenceClass implements Sequence, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
The SequenceClass type exposes the following members.
Properties
Name | Description | |
---|---|---|
CreationName | Infrastructure. For more information, see Sequence. | |
DebugMode | Infrastructure. For more information, see Sequence. | |
DelayValidation | Infrastructure. For more information, see Sequence. | |
Description | Infrastructure. For more information, see Sequence. | |
Disable | Infrastructure. For more information, see Sequence. | |
DisableEventHandlers | Infrastructure. For more information, see Sequence. | |
EventHandlers | Infrastructure. For more information, see Sequence. | |
EventInfos | Infrastructure. For more information, see Sequence. | |
Executables | Infrastructure. For more information, see Sequence. | |
ExecutionDuration | Infrastructure. For more information, see Sequence. | |
ExecutionResult | Infrastructure. For more information, see Sequence. | |
ExecutionStatus | Infrastructure. For more information, see Sequence. | |
FailPackageOnFailure | Infrastructure. For more information, see Sequence. | |
FailParentOnFailure | Infrastructure. For more information, see Sequence. | |
ForcedExecutionValue | Infrastructure. For more information, see Sequence. | |
ForceExecutionResult | Infrastructure. For more information, see Sequence. | |
ForceExecutionValue | Infrastructure. For more information, see Sequence. | |
ID | Infrastructure. For more information, see Sequence. | |
IDTSSuspend100_SuspendRequired | Infrastructure. | |
IsDefaultLocaleID | Infrastructure. For more information, see Sequence. | |
IsolationLevel | Infrastructure. For more information, see Sequence. | |
LocaleID | Infrastructure. For more information, see Sequence. | |
LogEntryInfos | Infrastructure. For more information, see Sequence. | |
LoggingMode | Infrastructure. For more information, see Sequence. | |
LoggingOptions | Infrastructure. For more information, see Sequence. | |
MaximumErrorCount | Infrastructure. For more information, see Sequence. | |
Name | Infrastructure. For more information, see Sequence. | |
Parent | Infrastructure. For more information, see Sequence. | |
PrecedenceConstraints | Infrastructure. For more information, see Sequence. | |
Properties | Infrastructure. For more information, see Sequence. | |
StartTime | Infrastructure. For more information, see Sequence. | |
StopTime | Infrastructure. For more information, see Sequence. | |
SuspendRequired | Infrastructure. For more information, see Sequence. | |
TransactionOption | Infrastructure. For more information, see Sequence. | |
VariableDispenser | Infrastructure. For more information, see Sequence. | |
Variables | Infrastructure. For more information, see Sequence. |
Top
Methods
Name | Description | |
---|---|---|
AcceptBreakpointManager | Infrastructure. | |
Equals | (Inherited from Object.) | |
Execute | Infrastructure. | |
Finalize | (Inherited from Object.) | |
GetExpression | Infrastructure. For more information, see Sequence. | |
GetHashCode | (Inherited from Object.) | |
GetParentID | Infrastructure. | |
GetType | (Inherited from Object.) | |
IDTSSuspend100_ResumeExecution | Infrastructure. | |
IDTSSuspend100_SuspendExecution | Infrastructure. | |
LoadFromXML | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
RegenerateID | Infrastructure. For more information, see Sequence. | |
ResumeExecution | Infrastructure. For more information, see Sequence. | |
SaveToXML | Infrastructure. | |
SetExpression | Infrastructure. For more information, see Sequence. | |
SuspendExecution | Infrastructure. For more information, see Sequence. | |
ToString | (Inherited from Object.) | |
Validate | Infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.