Skip to main content

Enum ScdType

Namespace: Varigence.Languages.Biml.Table

Assembly: Biml.dll

C#


public enum ScdType

Fields

FieldsDescription
AuditSpecifies that the column should not participate in slowly changing dimension analysis and is used for tracking audit information.
ErrorSpecifies that changes to the parent column should produce an error.
HistoricalSpecifies that changes to the parent column should update the column value and store the previous value.
KeySpecifies that changes to the parent column should be used as a key value in determining when other columns are changing.
OtherSpecifies that the column should not participate in slowly changing dimension analysis.
SurrogateKeySpecifies that the parent column is a surrogate key for the table, uniquely identifying each row but not derived from application data.
UpdateSpecifies that changes to the parent column should directly update and overwrite the column value.