InputOutputColumnPair 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.
Specifies input and output column names for transformer components that operate on multiple columns.
public sealed class InputOutputColumnPair
type InputOutputColumnPair = class
Public NotInheritable Class InputOutputColumnPair
- Inheritance
-
InputOutputColumnPair
Remarks
It is often advantageous to transform several columns at once as all of the changes can be done in a single data pass.
Constructors
InputOutputColumnPair(String, String) |
Specifies input and output column names for a transformation. |
Properties
InputColumnName |
Name of the column to transform. If set to |
OutputColumnName |
Name of the column resulting from the transformation of InputColumnName. |