ForEachItemEnumeratorClass Class

 

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

Implements an enumerator over the IDTSForEachItem100 collection.

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

System::Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012::ForEachItemEnumeratorClass

[DefaultMemberAttribute("Items")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
[GuidAttribute("4FF22140-C258-42C0-94B0-B4C93DD22099")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, 
	ForEachItemEnumerator, IDTSName100

NameDescription
System_CAPS_pubmethodForEachItemEnumeratorClass()

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

Initializes a new instance of the ForEachItemEnumeratorClass class.

NameDescription
System_CAPS_pubpropertyCreationName

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

Returns the string that is used by the run-time to create an instance of the ForEachItemEnumeratorClass object.

System_CAPS_pubpropertyDescription

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

Gets or sets description for the enumerator class.

System_CAPS_pubpropertyID

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

Returns the GUID assigned to the enumerator class.

System_CAPS_pubpropertyItems

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

Gets or sets a collection of IDTSForEachItems100.

System_CAPS_pubpropertyName

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

Gets or sets a name for the enumerator class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExportXML(String^)

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

Exports data to an .xml file.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImportXML(String^)

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

Imports XML into the collection.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

For more information, see ForEachItemEnumerator.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: