Поделиться через


Интерфейс Sequence

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

For more information, see SequenceClass.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface Sequence _
    Inherits IDTSContainer100
'Применение
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

Тип Sequence обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DelayValidation Инфраструктура. Gets or sets a value that indicates whether validation of the task is delayed until run time. (Производный от IDTSContainer100.)
Открытое свойство Disable Инфраструктура. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. (Производный от IDTSContainer100.)
Открытое свойство ExecutionResult Инфраструктура. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. (Производный от IDTSContainer100.)
Открытое свойство ExecutionStatus Инфраструктура. Gets the current status of the execution of the IDTSContainer100 object at the time of the call. (Производный от IDTSContainer100.)
Открытое свойство FailPackageOnFailure Инфраструктура. Gets or sets a value that indicates whether the package fails when a child container fails. (Производный от IDTSContainer100.)
Открытое свойство FailParentOnFailure Инфраструктура. Gets or sets a value that indicates whether the parent container fails when a child container fails. (Производный от IDTSContainer100.)
Открытое свойство ForcedExecutionValue Инфраструктура. Gets or sets a value that specifies the optional execution value that the package returns. (Производный от IDTSContainer100.)
Открытое свойство ForceExecutionResult Инфраструктура. Gets or sets the forced execution result of the container. (Производный от IDTSContainer100.)
Открытое свойство ForceExecutionValue Инфраструктура. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. (Производный от IDTSContainer100.)
Открытое свойство IsDefaultLocaleID Инфраструктура. Gets a value that indicates whether the container uses the default locale. (Производный от IDTSContainer100.)
Открытое свойство IsolationLevel Инфраструктура. Gets or sets the isolation level of the transaction in the IDTSContainer100 object. (Производный от IDTSContainer100.)
Открытое свойство LocaleID Инфраструктура. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. (Производный от IDTSContainer100.)
Открытое свойство LogEntryInfos Инфраструктура. Gets a collection of information about a log entry. (Производный от IDTSContainer100.)
Открытое свойство LoggingMode Инфраструктура. Gets or sets the logging mode of the container. (Производный от IDTSContainer100.)
Открытое свойство LoggingOptions Инфраструктура. Gets an object that contains properties that indicates the filtering and logging resource for containers. (Производный от IDTSContainer100.)
Открытое свойство MaximumErrorCount Инфраструктура. Gets or sets the maximum number of errors that can occur before the container stops running. (Производный от IDTSContainer100.)
Открытое свойство Parent Инфраструктура. Gets the parent of the container. (Производный от IDTSContainer100.)
Открытое свойство TransactionOption Инфраструктура. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. (Производный от IDTSContainer100.)
Открытое свойство VariableDispenser Инфраструктура. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. (Производный от IDTSContainer100.)
Открытое свойство Variables Инфраструктура. Gets a collection that contains the variables associated with this container. (Производный от IDTSContainer100.)

В начало

Методы

  Имя Описание
Открытый метод GetParentID Инфраструктура. Gets the parent identifier of this container. (Производный от IDTSContainer100.)
Открытый метод RegenerateID Инфраструктура. Creates a new identifier for the container and updates the container identifier. (Производный от IDTSContainer100.)

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper