Share via


CalculationProperty.NonEmptyBehavior Property

Gets or sets non-empty behavior for a parent CalculationProperty object.

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

Syntax

'Declaration
Public Property NonEmptyBehavior As String 
    Get 
    Set
'Usage
Dim instance As CalculationProperty 
Dim value As String 

value = instance.NonEmptyBehavior

instance.NonEmptyBehavior = value
public string NonEmptyBehavior { get; set; }
public:
property String^ NonEmptyBehavior {
    String^ get ();
    void set (String^ value);
}
member NonEmptyBehavior : string with get, set
function get NonEmptyBehavior () : String 
function set NonEmptyBehavior (value : String)

Property Value

Type: System.String
The type of behavior specified.

See Also

Reference

CalculationProperty Class

Microsoft.AnalysisServices Namespace