The DataTransformation type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DataTransformation |
Implements ISerializable.
|
Methods
| Name | Description | |
|---|---|---|
| Connect | Connect to the input reader, a DataRowReader
can then be retrieved from the DataTransformationConnection.
| |
| ConnectCore | Connect to the input reader, a DataRowReader
can then be retrieved from the DataTransformationConnection.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateDataHistoryCore |
Create detail information for the DataTransformation.
See DataHistoryBuilder for more information on
how to add detailed information to the data history.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| LoadReport | Gets the PartialDataLoadReport that can be used to
report errors during connection.
| |
| Name | Gets the display name of the transformation.
| |
| TypeId | Gets the type identifier for the data source.
|
See Also