이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents an interface that defines the ForEach loop process.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")> _
Public Interface IDTSForEachLoop100 _
Inherits IDTSExecutable100
‘사용 방법
Dim instance As IDTSForEachLoop100
[GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface IDTSForEachLoop100 : IDTSExecutable100
[GuidAttribute(L"AC9502ED-5A99-4CB0-A467-B2AB5A157E70")]
public interface class IDTSForEachLoop100 : IDTSExecutable100
[<GuidAttribute("AC9502ED-5A99-4CB0-A467-B2AB5A157E70")>]
type IDTSForEachLoop100 =
interface
interface IDTSExecutable100
end
public interface IDTSForEachLoop100 extends IDTSExecutable100
IDTSForEachLoop100 유형에서 다음 멤버를 표시합니다.
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
ForEachEnumerator | 인프라입니다. Gets or sets a host for the ForEachEnumerator. |
![]() |
VariableMappings | 인프라입니다. Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop. |
맨 위로 이동
메서드
| 이름 | 설명 | |
|---|---|---|
![]() |
Execute | 인프라입니다. Executes the ForEach loop process. |
![]() |
Validate | 인프라입니다. Validates the ForEach loop process . |
맨 위로 이동
.gif)
.gif)