Condividi tramite


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.

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Sequence
    Inherits EventsProvider
    Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public sealed class Sequence : EventsProvider, IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public ref class Sequence sealed : public EventsProvider, IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public final class Sequence extends EventsProvider implements IDTSSequence, IDTSPropertiesProvider, 
    IDTSPackagePath
public final class Sequence extends EventsProvider implements IDTSSequence, IDTSPropertiesProvider, 
    IDTSPackagePath

Osservazioni

This class inherits from the following class and interfaces:

For more information about the Sequence container, see Contenitore Sequenza and Utilizzo del contenitore Sequenza in un flusso di controllo.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Executable
       Microsoft.SqlServer.Dts.Runtime.DtsContainer
         Microsoft.SqlServer.Dts.Runtime.EventsProvider
          Microsoft.SqlServer.Dts.Runtime.Sequence

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Sequence Members
Microsoft.SqlServer.Dts.Runtime Namespace