ForEachEnumeratorHostClass Class

 

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

Defines the host class for the ForEachItemEnumeratorClass. This class cannot be inherited.

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

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

[GuidAttribute("3442EA23-18C4-4A00-8ABD-C4157880CAA7")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ForEachEnumeratorHostClass : ForEachEnumeratorHost, 
	IDTSName100, IDTSObjectHost100, IDTSForEachEnumerator100, IDTSPropertiesProvider100

NameDescription
System_CAPS_pubmethodForEachEnumeratorHostClass()

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

Initializes a new instance of the ForEachEnumeratorHostClass class.

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 Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.

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. This property is read-only.

System_CAPS_pubpropertyDelayValidation

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

Gets or sets a Boolean that indicates whether ForEachItemEnumeratorClass validation is delayed until the package runs.

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 host.

System_CAPS_pubpropertyHostType

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

Gets an enumeration that describes the type of host that the ForEachItemEnumeratorClass is being used by. This property is read-only.

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 host.

System_CAPS_pubpropertyInnerObject

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

Returns the inner object of the host, which is the ForEachItemEnumeratorClass that is being hosted.

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 host.

System_CAPS_pubpropertyProperties

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

Returns an IDTSProperties100 collection that contains IDTSProperty100 objects. Each IDTSProperty100 has additional information about each task in the ForEachItemEnumeratorClass.

NameDescription
System_CAPS_pubmethodComputeExpressions(Boolean)

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

Computes the expressions in the property collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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 IEnumerator interface for use in iterating over the ForEachItemEnumeratorClass.

System_CAPS_pubmethodGetExpression(String^)

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

Returns a String that contains the expression for the specified property. Null means no expression is assigned.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetExpression(String^, String^)

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

Assigns the specified expression to the property. Specify null to remove an existing expression from the property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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 host to determine if there are invalid settings that will prevent the ForEachItemEnumeratorClass from executing successfully.

For more information, see ForEachEnumeratorHost.

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: