Transformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A data flow transformation.
public class Transformation
type Transformation = class
Public Class Transformation
- Inheritance
-
Transformation
- Derived
Constructors
| Name | Description |
|---|---|
| Transformation() |
Initializes a new instance of the Transformation class. |
| Transformation(String, String, DataFlowReference) |
Initializes a new instance of the Transformation class. |
| Transformation(String, String, DatasetReference, LinkedServiceReference, DataFlowReference) |
Initializes a new instance of the Transformation class. |
Properties
| Name | Description |
|---|---|
| Dataset |
Gets or sets dataset reference. |
| Description |
Gets or sets transformation description. |
| Flowlet |
Gets or sets flowlet Reference |
| LinkedService |
Gets or sets linked service reference. |
| Name |
Gets or sets transformation name. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |