Condividi tramite


Proprietà ModelComponent.IModelComponent.FriendlyPath

Gets a friendly path for the ModelComponent.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property FriendlyPath As String 
    Implements IModelComponent.FriendlyPath 
    Get
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

IModelComponent.FriendlyPath

Vedere anche

Riferimento

ModelComponent Classe

Spazio dei nomi Microsoft.AnalysisServices