The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum SsasNullProcessing

Namespace:
Varigence.Languages.Biml.Cube
Assembly:
Biml.dll
C#
    public enum SsasNullProcessing
    
  

Fields

Automatic

Specifies that the value should be treated as ZeroOrBlank if a null value is encountered.

Error

Specifies that an error should be raised if a null value is encountered.

Preserve

Specifies that a null value should not be changed.

UnknownMember

For attribute key columns, specifies that the Unknown member should be used if a null value is encountered.

ZeroOrBlank

Specifies that the value should be replaced with a zero or a blank string if a null value is encountered.

© Varigence