Action.Condition 属性

定义

获取或设置确定 Parent 属性是否应用于目标的多位表达式 (MDX)。

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

属性值

一个包含 MDX 表达式的字符串。

属性

注解

Condition 属性包含计算结果为布尔值的 MDX 表达式。 如果表达式返回 true,则 Action 将应用于 Target 属性中指定的目标。 否则,操作不适用。

适用于