다음을 통해 공유


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 네임스페이스