ForEachEnumeratorHost Members

Include Protected Members
Include Inherited Members

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

The ForEachEnumeratorHost type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging) Returns an IEnumerator interface for use in iterating over the ForEachEnumerator.
Public method GetExpression(String) Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetPackagePath()
Public method GetType() (Inherited from Object.)
Public method LoadFromXML(XmlNode, IDTSEvents) This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
Protected method MemberwiseClone() (Inherited from Object.)
Public method SaveToXML(XmlDocument%, XmlNode, IDTSEvents) This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
Public method SetExpression(String, String) Assigns the specified expression to the property. Specify nulla null reference (Nothing in Visual Basic) to remove an existing expression from the property.
Public method ToString() (Inherited from Object.)
Public method Validate(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging) Allows the host to determine if there are invalid settings that will prevent the ForEachEnumerator from executing successfully.

Top

Properties

  Name Description
Public property CollectionEnumerator Gets or sets a Boolean that indicates if the hosting enumerator is enumerating collections of objects or enumerating collections of collections.
Public property CreationName Returns the string that is used by the run-time to create an instance of the ForEachEnumeratorHost object. This property is read-only.
Public property DelayValidation Gets or sets a Boolean that indicates whether ForEachEnumerator validation is delayed until the package runs.
Public property Description Gets or sets description for the host.
Public property HostType Gets an enumeration that describes the type of host that the ForEachEnumerator is being used by. This property is read-only
Public property ID Returns the GUID assigned to the host.
Public property InnerObject Returns the inner object of the host, which is the ForEachEnumerator that is being hosted.
Public property Name Gets or sets a name for the host.
Public property Properties Returns a DtsProperties collection that contains DtsProperty objects. Each DtsProperty has additional information about each task in the ForEachEnumeratorHost.

Top