Share via


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.

네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

구문

‘선언
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

주의

This class inherits from the following class and interfaces:

For more information about the Sequence container, see 시퀀스 컨테이너 and 제어 흐름의 시퀀스 사용.

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

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Sequence Members
Microsoft.SqlServer.Dts.Runtime Namespace