Freigeben über


StandardAction.Expression-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property Expression As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
An MDX Expression.

Siehe auch

Verweis

StandardAction Klasse

Microsoft.AnalysisServices-Namespace