XmlaLocationReference.MeasureName Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public string MeasureName { get; }
public:
property String^ MeasureName {
    String^ get();
}
member MeasureName : string with get
Public ReadOnly Property MeasureName As String

Property Value

Type: System.String

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top