Share via


NullProcessing 속성

Gets or sets action the server should take when current DataItem is a Null value.

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

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property NullProcessing As NullProcessing
    Get
    Set
‘사용 방법
Dim instance As DataItem
Dim value As NullProcessing

value = instance.NullProcessing

instance.NullProcessing = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")]
public NullProcessing NullProcessing { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property NullProcessing NullProcessing {
    NullProcessing get ();
    void set (NullProcessing value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")>]
member NullProcessing : NullProcessing with get, set
function get NullProcessing () : NullProcessing
function set NullProcessing (value : NullProcessing)