Action.Condition 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(True)> _
Public Property Condition As String 
    Get 
    Set
用法
Dim instance As Action 
Dim value As String 

value = instance.Condition

instance.Condition = value
[BrowsableAttribute(true)]
public string Condition { get; set; }
[BrowsableAttribute(true)]
public:
property String^ Condition {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member Condition : string with get, set
function get Condition () : String 
function set Condition (value : String)

属性值

类型:System.String
A string that contains the MDX expression.

注释

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.

请参阅

参考

Action 类

Microsoft.AnalysisServices 命名空间