MeasureGroupDimension.FriendlyName Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the friendly name for the MeasureGroupDimension object.

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

Syntax

protected internal override string FriendlyName { get; }
public protected:
property String^ FriendlyName {
    virtual String^ get() override;
}
override FriendlyName : string with get
Protected Friend Overrides ReadOnly Property FriendlyName As String

Property Value

Type: System.String

The friendly name.

See Also

MeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top