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 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.