IDTSForEachEnumeratorInfo100 Interface

 

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

Contains information about the ForEachEnumerator.

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

[DefaultMemberAttribute("CreateNew")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("FE21C04D-7B85-4E89-8660-F878A9031B9A")]
public interface class IDTSForEachEnumeratorInfo100

NameDescription
System_CAPS_pubpropertyFileName

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

Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only.

System_CAPS_pubpropertyFileNameVersionString

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

Returns the version number of the file. This value is read-only.

System_CAPS_pubpropertyForEachEnumeratorContact

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

Returns a component-writer defined String that is shown when a ForEachEnumerator is loaded, and it references a component that is not currently installed on the computer. This value is read-only.

System_CAPS_pubpropertyUITypeName

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

Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only.

NameDescription
System_CAPS_pubmethodCreateNew()

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

Creates a new ForEachEnumeratorHost for any ForEach enumerator.

For more information, see ForEachEnumeratorInfo.

Return to top
Show: