Enum SlowlyChangingDimensionIncomingRowChangeType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum SlowlyChangingDimensionIncomingRowChangeType
Fields
Fields | Description |
---|---|
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. |