Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the measure expression.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MeasureExpression As String
Get
Set
'Usage
Dim instance As Measure
Dim value As String
value = instance.MeasureExpression
instance.MeasureExpression = value
public string MeasureExpression { get; set; }
public:
property String^ MeasureExpression {
String^ get ();
void set (String^ value);
}
member MeasureExpression : string with get, set
function get MeasureExpression () : String
function set MeasureExpression (value : String)
Property Value
Type: System.String
The measure expression.