This topic has not yet been rated - Rate this topic

Sequence Class

Defines a control flow that is a subset of the package control flow. Use Sequence containers to group the package into multiple separate control flows that each contain one or more tasks and containers that run within the overall package control flow. This class cannot be inherited.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class Sequence : EventsProvider, 
	IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath

This class inherits from the following class and interfaces:

For more information about the Sequence container, see Sequence Container and Using Sequence in a Control Flow.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.