Share via


CalculatedMeasureBinding.MeasureName Property

Gets or sets the name of the calculated measure.

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

Syntax

'Declaration
Public Property MeasureName As String 
    Get 
    Set
'Usage
Dim instance As CalculatedMeasureBinding 
Dim value As String 

value = instance.MeasureName

instance.MeasureName = value
public string MeasureName { get; set; }
public:
property String^ MeasureName {
    String^ get ();
    void set (String^ value);
}
member MeasureName : string with get, set
function get MeasureName () : String 
function set MeasureName (value : String)

Property Value

Type: System.String
The name of the calculated measure.

See Also

Reference

CalculatedMeasureBinding Class

Microsoft.AnalysisServices Namespace