Action.Condition Property

Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target.

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

Syntax

C#
[BrowsableAttribute(true)]
public string Condition { get; set; }

Property Value

Type: System.String
A string that contains the MDX expression.

Remarks

The Condition property contains an MDX expression that evaluates to a Boolean value. If the expression returns true, then the Action applies to the target specified in the Target property. Otherwise, the Action is not applicable.

See Also

Reference

Action Class

Microsoft.AnalysisServices Namespace