IDTSForEachLoop100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents an interface that defines the ForEach loop process.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("14EFB195-C7B7-48F4-BF52-334ED6DF2334")]
public interface class IDTSForEachLoop100 : IDTSExecutable100

NameDescription
System_CAPS_pubpropertyForEachEnumerator

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a host for the ForEachEnumerator.

System_CAPS_pubpropertyVariableMappings

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a ForEachVariableMappings collection that contains the variable mappings for the ForEachLoop.

NameDescription
System_CAPS_pubmethodExecute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Executes the ForEach loop process.

System_CAPS_pubmethodValidate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Validates the ForEach loop process.

Return to top
Show: