Transformation Class

Definition

A data flow transformation.

public class Transformation
type Transformation = class
Public Class Transformation
Inheritance
Transformation
Derived

Constructors

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

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

Validate()

Validate the object.

Applies to