다음을 통해 공유


ForEachEnumeratorHost 멤버

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

ForEachEnumeratorHost 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetEnumerator Returns an IEnumerator interface for use in iterating over the ForEachEnumerator.
공용 메서드 GetExpression Returns a String that contains the expression for the specified property. Null means no expression is assigned.
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetPackagePath
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
공용 메서드 SetExpression Assigns the specified expression to the property. Specify nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) to remove an existing expression from the property.
공용 메서드 ToString (Object에서 상속됩니다.)
공용 메서드 Validate Allows the host to determine if there are invalid settings that will prevent the ForEachEnumerator from executing successfully.

맨 위로 이동

속성

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

맨 위로 이동