다음을 통해 공유


NullProcessing Enumeration

Specifies what action SQL Server 2005 Analysis Services(SSAS) takes when it encounters a Null value in a data item.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<GuidAttribute("23CE68CA-EEC2-4488-93A9-2E9A20C2C17A")> _
Public Enumeration NullProcessing
[GuidAttribute("23CE68CA-EEC2-4488-93A9-2E9A20C2C17A")] 
public enum NullProcessing
[GuidAttribute(L"23CE68CA-EEC2-4488-93A9-2E9A20C2C17A")] 
public enum class NullProcessing
/** @attribute GuidAttribute("23CE68CA-EEC2-4488-93A9-2E9A20C2C17A") */ 
public enum NullProcessing
GuidAttribute("23CE68CA-EEC2-4488-93A9-2E9A20C2C17A") 
public enum NullProcessing

Members

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).

주의

신규:2006년 7월 17일

ZeroOrBlank is how Analysis Services 2000 handles Null values.

UnknownMember causes a data integrity error at processing time.

Error causes a data integrity error at processing time and the server will discard the record.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices Namespace