ForEachEnumeratorInfo Members
Contains information about the ForEachEnumerator. This class cannot be inherited.
The following tables list the members exposed by the ForEachEnumeratorInfo type.
Public Properties
Nombre | Description | |
---|---|---|
CreationName | Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only. | |
Description | Gets or sets a description for the ForEachEnumerator. | |
FileName | Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only. | |
FileNameVersionString | Returns the version number of the file. This value is read-only. | |
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. | |
ID | Returns the GUID assigned to the ForEachEnumerator. This value is read-only. | |
Name | Gets or sets the GUID assigned to the ForEachEnumerator. | |
UITypeName | Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
CreateNew | Creates a new ForEachEnumeratorHost for any ForEach enumerator. | |
Equals | Overloaded. (inherited from DtsObject ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
ForEachEnumeratorInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace