언어

IDTSForLoop100 인터페이스

정의

ForLoop 프로세스의 인터페이스를 나타냅니다.

public interface class IDTSForLoop100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.Guid("1769DD43-A3D0-4AC8-9B2B-A8177F304268")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DED42D0B-324E-41CD-88F9-1DFD2AD7C389")]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48ED757B-A35D-42BB-864D-0DFE2D722C0B")]
public interface IDTSForLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.Guid("1769DD43-A3D0-4AC8-9B2B-A8177F304268")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DED42D0B-324E-41CD-88F9-1DFD2AD7C389")>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48ED757B-A35D-42BB-864D-0DFE2D722C0B")>]
type IDTSForLoop100 = interface
    interface IDTSExecutable100
Public Interface IDTSForLoop100
Implements IDTSExecutable100
파생
특성
구현

속성

Name Description
AssignExpression

루프 카운터를 증가 또는 감소시키는 식을 얻거나 설정합니다.

EvalExpression

각 루프 통과마다 평가되는 식을 얻거나 설정합니다.

InitExpression

선택적 초기화 표현식을 얻거나 설정합니다.

메서드

Name Description
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

애플리케이션, 컨테이너 또는 패키지를 패키지 워크플로우의 일부로 실행합니다.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

컨테이너가 실행 실패를 방해하는 잘못된 설정이 있는지 판단할 수 있게 해줍니다.

적용 대상