Compartilhar via


Interface Sequence

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see SequenceClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo Sequence expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público GetParentID Infraestrutura. Gets the parent identifier of this container. (Herdado de IDTSContainer100.)
Método público RegenerateID Infraestrutura. Creates a new identifier for the container and updates the container identifier. (Herdado de IDTSContainer100.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper