DataItem.NullProcessing Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(NullProcessing.Automatic)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
public NullProcessing NullProcessing { get; set; }
public:
[DefaultValueAttribute(NullProcessing::Automatic)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
property NullProcessing NullProcessing {
    NullProcessing get();
    void set(NullProcessing value);
}
[<DefaultValueAttribute(NullProcessing.Automatic)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
member NullProcessing : NullProcessing with get, set
<DefaultValueAttribute(NullProcessing.Automatic)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeConverter, Microsoft.AnalysisServices.Design")>
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemNullProcessingPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
Public Property NullProcessing As NullProcessing

Property Value

Type: Microsoft.AnalysisServices.NullProcessing

A NullProcessing value.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top