Enum SsasNullProcessing
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. |