ModelComponent.IModelComponent.FriendlyPath Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

string IModelComponent.FriendlyPath { get; }
private:
property String^ FriendlyPath {
    virtual String^ get() sealed = IModelComponent::FriendlyPath::get;
}
private abstract FriendlyPath : string with get
private override FriendlyPath : string with get
Private ReadOnly Property FriendlyPath As String Implements IModelComponent.FriendlyPath

Property Value

Type: System.String

Implements

IModelComponent.FriendlyPath

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top