ModelComponent.IModelComponent.FriendlyPath-Eigenschaft

Gets a friendly path for the ModelComponent.

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

Syntax

'Declaration
Private ReadOnly Property FriendlyPath As String 
    Implements IModelComponent.FriendlyPath 
    Get
'Usage
Dim instance As ModelComponent 
Dim value As String 

value = CType(instance, IModelComponent).FriendlyPath
string IModelComponent.FriendlyPath { get; }
private:
virtual property String^ FriendlyPath {
    String^ get () sealed = IModelComponent::FriendlyPath::get;
}
private abstract FriendlyPath : string 
private override FriendlyPath : string
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.String
A friendly path for the ModelComponent.

Implementiert

IModelComponent.FriendlyPath

Siehe auch

Verweis

ModelComponent Klasse

Microsoft.AnalysisServices-Namespace