Propriété Expression

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(True)> _
Public Property Expression As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
An MDX Expression.