This topic has not yet been rated - Rate this topic

ForEachEnumeratorInfo Class

Contains information about the ForEachEnumerator. This class cannot be inherited.

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.ForEachEnumeratorInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class ForEachEnumeratorInfo : DtsObject, 
	IDTSName

The ForEachEnumeratorInfo type exposes the following members.

  Name Description
Public property CreationName Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only.
Public property Description Gets or sets a description for the ForEachEnumerator.
Public property FileName Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only.
Public property FileNameVersionString Returns the version number of the file. This value is read-only.
Public property ForEachEnumeratorContact 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.
Public property ID Returns the GUID assigned to the ForEachEnumerator. This value is read-only.
Public property Name Gets or sets the GUID assigned to the ForEachEnumerator.
Public property UITypeName Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only.
Top
  Name Description
Public method CreateNew Creates a new ForEachEnumeratorHost for any ForEach enumerator.
Public method Equals Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)