SlowlyChangingDimensionIncomingRowChangeType Enumeration
The SlowlyChangingDimensionIncomingRowChangeType enumeration provides options for how incoming rows should be handled by a Slowly Changing Dimension transformation.
Enumeration Values
Name | Summary |
---|---|
Detect | Specifies that the Slowly Changing Dimension Transformation should detect what type of change a row represents. |
AllNew | Specifies that all incoming rows should be treated as new rows by the Slowly Changing Dimension transformation. |