Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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)
Property Value
Type: System.String
An MDX Expression.