Compartir a través de


Interfaz Sequence

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see SequenceClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface Sequence _
    Inherits IDTSContainer100
'Uso
Dim instance As Sequence
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface Sequence : IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class Sequence : IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
type Sequence =  
    interface 
        interface IDTSContainer100 
    end
public interface Sequence extends IDTSContainer100

El tipo Sequence expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DelayValidation Infraestructura. Gets or sets a value that indicates whether validation of the task is delayed until run time. (Se hereda de IDTSContainer100.)
Propiedad pública Disable Infraestructura. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. (Se hereda de IDTSContainer100.)
Propiedad pública ExecutionResult Infraestructura. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. (Se hereda de IDTSContainer100.)
Propiedad pública ExecutionStatus Infraestructura. Gets the current status of the execution of the IDTSContainer100 object at the time of the call. (Se hereda de IDTSContainer100.)
Propiedad pública FailPackageOnFailure Infraestructura. Gets or sets a value that indicates whether the package fails when a child container fails. (Se hereda de IDTSContainer100.)
Propiedad pública FailParentOnFailure Infraestructura. Gets or sets a value that indicates whether the parent container fails when a child container fails. (Se hereda de IDTSContainer100.)
Propiedad pública ForcedExecutionValue Infraestructura. Gets or sets a value that specifies the optional execution value that the package returns. (Se hereda de IDTSContainer100.)
Propiedad pública ForceExecutionResult Infraestructura. Gets or sets the forced execution result of the container. (Se hereda de IDTSContainer100.)
Propiedad pública ForceExecutionValue Infraestructura. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. (Se hereda de IDTSContainer100.)
Propiedad pública IsDefaultLocaleID Infraestructura. Gets a value that indicates whether the container uses the default locale. (Se hereda de IDTSContainer100.)
Propiedad pública IsolationLevel Infraestructura. Gets or sets the isolation level of the transaction in the IDTSContainer100 object. (Se hereda de IDTSContainer100.)
Propiedad pública LocaleID Infraestructura. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. (Se hereda de IDTSContainer100.)
Propiedad pública LogEntryInfos Infraestructura. Gets a collection of information about a log entry. (Se hereda de IDTSContainer100.)
Propiedad pública LoggingMode Infraestructura. Gets or sets the logging mode of the container. (Se hereda de IDTSContainer100.)
Propiedad pública LoggingOptions Infraestructura. Gets an object that contains properties that indicates the filtering and logging resource for containers. (Se hereda de IDTSContainer100.)
Propiedad pública MaximumErrorCount Infraestructura. Gets or sets the maximum number of errors that can occur before the container stops running. (Se hereda de IDTSContainer100.)
Propiedad pública Parent Infraestructura. Gets the parent of the container. (Se hereda de IDTSContainer100.)
Propiedad pública TransactionOption Infraestructura. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. (Se hereda de IDTSContainer100.)
Propiedad pública VariableDispenser Infraestructura. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. (Se hereda de IDTSContainer100.)
Propiedad pública Variables Infraestructura. Gets a collection that contains the variables associated with this container. (Se hereda de IDTSContainer100.)

Arriba

Métodos

  Nombre Descripción
Método público GetParentID Infraestructura. Gets the parent identifier of this container. (Se hereda de IDTSContainer100.)
Método público RegenerateID Infraestructura. Creates a new identifier for the container and updates the container identifier. (Se hereda de IDTSContainer100.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper