Compartilhar via


Propriedade do RDL IModelComponent.FriendlyPath

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

Implementa

IModelComponent. . :: . .FriendlyPath