Skip to main content

SsasNullProcessing Enumeration

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.