Condividi tramite


Proprietà StandardAction.Expression

Gets or sets an MDX Expression associated with a StandardAction object.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(True)> _
Public Property Expression As String 
    Get 
    Set
'Utilizzo
Dim instance As StandardAction 
Dim value As String 

value = instance.Expression

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

Valore proprietà

Tipo: System.String
An MDX Expression.

Vedere anche

Riferimento

StandardAction Classe

Spazio dei nomi Microsoft.AnalysisServices