이 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. |
맨 위로 이동
.gif)
.gif)