Sequence Clase
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.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public NotInheritable Class Sequence _
Inherits EventsProvider _
Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
'Uso
Dim instance As Sequence
public sealed class Sequence : EventsProvider,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public ref class Sequence sealed : public EventsProvider,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
[<SealedAttribute>]
type Sequence =
class
inherit EventsProvider
interface IDTSSequence
interface IDTSPropertiesProvider
interface IDTSPackagePath
end
public final class Sequence extends EventsProvider implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
Notas
This class inherits from the following class and interfaces:
For more information about the Sequence container, see Contenedor de secuencias and Usar secuencias en un control de flujo.
Jerarquía de herencia
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
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.