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

SsasNullProcessing Enumeration

The SsasNullProcessing enumeration provides options for how null values are handled by SQL Server Analysis Services.

Enumeration Values

NameSummary
Error
Specifies that an error should be raised 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.
Automatic
Specifies that the value should be treated as ZeroOrBlank 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.

© Varigence