NamedComponent.FriendlyName Property

 

Applies To: SQL Server (starting with 2016)

Returns a user-friendly name.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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

A user-friendly name.

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top