NullProcessing Enumeration
SQL Server 2005
Specifies what action SQL Server 2005 Analysis Services (SSAS) takes when it encounters a Null value in a data item.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
| Member name | Description |
|---|---|
| Automatic | Specifies that for the Cube or Dimension data items, Null values are treated as ZeroOrBlank. |
| Error | Null value is illegal in this data item. |
| Preserve | Specifies that the Null value is preserved. |
| UnknownMember | Specifies that the Null value is treated as the unknown member. This value is applicable only for attribute key columns. |
| ZeroOrBlank | Specifies that the Null value is converted to zero (for numeric data items) or blank string (for string data items). |
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
