Compartilhar via


Propriedade do RDL ModelComponent.IModelComponent.FriendlyPath

Gets a friendly path for the ModelComponent.

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

Sintaxe

'Declaração
Private ReadOnly Property FriendlyPath As String 
    Implements IModelComponent.FriendlyPath 
    Get
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IModelComponent.FriendlyPath

Consulte também

Referência

ModelComponent Classe

Namespace Microsoft.AnalysisServices