Condividi tramite


Proprietà Action.Condition

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(True)> _
Public Property Condition As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.AnalysisServices