Enum SlowlyChangingDimensionIncomingRowChangeType
C#
public enum SlowlyChangingDimensionIncomingRowChangeType
Fields
AllNew | Specifies that all incoming rows should be treated as new rows by the Slowly Changing Dimension transformation. |
Detect | Specifies that the Slowly Changing Dimension Transformation should detect what type of change a row represents. |