Action.Condition Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Condition")]
[System.ComponentModel.Browsable(true)]
public string Condition { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Action_Condition")>]
[<System.ComponentModel.Browsable(true)>]
member this.Condition : string with get, set
Public Property Condition As String

Property Value

String

A String that contains the MDX expression.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute BrowsableAttribute

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.

Applies to