DataItem.NullProcessing Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_NullProcessing")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.NullProcessing NullProcessing { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataItem_NullProcessing")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.NullProcessing : Microsoft.AnalysisServices.NullProcessing with get, set
Public Property NullProcessing As NullProcessing

Property Value

NullProcessing

A NullProcessing value.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to