Skip to main content

Enum SsasNullProcessing

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum SsasNullProcessing

Fields

FieldsDescription
AutomaticSpecifies that the value should be treated as ZeroOrBlank if a null value is encountered.
ErrorSpecifies that an error should be raised if a null value is encountered.
PreserveSpecifies that a null value should not be changed.
UnknownMemberFor attribute key columns, specifies that the Unknown member should be used if a null value is encountered.
ZeroOrBlankSpecifies that the value should be replaced with a zero or a blank string if a null value is encountered.