ModelComponent.FriendlyName Property

 

Applies To: SQL Server (starting with 2016)

Gets the friendly name of the ModelComponent.

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

Syntax

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

Property Value

Type: System.String

The friendly name of the ModelComponent.

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top