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


Интерфейс IDTSForLoop100

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

Represents an interface for the ForLoop process.

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

Синтаксис

'Декларация
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
    Inherits IDTSExecutable100
'Применение
Dim instance As IDTSForLoop100
[GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")>]
type IDTSForLoop100 =  
    interface 
        interface IDTSExecutable100 
    end
public interface IDTSForLoop100 extends IDTSExecutable100

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

Свойства

  Имя Описание
Открытое свойство AssignExpression Инфраструктура. Gets or sets an expression to increment or decrement the loop counter.
Открытое свойство EvalExpression Инфраструктура. Gets or sets the expression that is evaluated on each pass of the loop.
Открытое свойство InitExpression Инфраструктура. Gets or sets an optional initialization expression.

В начало

Методы

  Имя Описание
Открытый метод Execute Инфраструктура. Runs the application, container, or package as part of a package workflow.
Открытый метод Validate Инфраструктура. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

В начало

См. также

Справочник

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