DataItem.NullProcessing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets action the server should take when current DataItem is a Null value.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.NullProcessing NullProcessing { get; set; }
[<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
A NullProcessing value.
- Attributes