IModelComponent.FriendlyPath Property

 

Applies To: SQL Server (starting with 2016)

Gets a friendly path for this instance.

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

Syntax

string FriendlyPath { get; }
property String^ FriendlyPath {
    String^ get();
}
abstract FriendlyPath : string with get
ReadOnly Property FriendlyPath As String

Property Value

Type: System.String

A friendly path for this instance.

See Also

IModelComponent Interface
Microsoft.AnalysisServices Namespace

Return to top