IDTSForEachEnumerator100 Interface

 

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

Defines the properties and methods for the ForEachEnumerator.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")]
public interface class IDTSForEachEnumerator100

NameDescription
System_CAPS_pubpropertyCollectionEnumerator

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

Gets or sets a value that indicates what kind of objects the enumerator is iterating over.

NameDescription
System_CAPS_pubmethodGetEnumerator(IDTSConnections100^, IDTSVariableDispenser100^, IDTSInfoEvents100^, IDTSLogging100^)

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

Returns an enumerator for iterating over the collection.

System_CAPS_pubmethodInitializeForEachEnumerator(IDTSConnections100^, IDTSInfoEvents100^, IDTSObjectReferenceTracker100^)

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

Initializes the properties associated with the task.

System_CAPS_pubmethodValidate(IDTSConnections100^, IDTSVariableDispenser100^, IDTSInfoEvents100^, IDTSLogging100^)

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

Allows the enumerator to determine if it contains invalid settings that will prevent it from executing successfully.

Return to top
Show: