ModelComponent.IModelComponent.FriendlyPath Propiedad
Gets a friendly path for the ModelComponent.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Declaración
Private ReadOnly Property FriendlyPath As String
Implements IModelComponent.FriendlyPath
Get
'Uso
Dim instance As ModelComponent
Dim value As String
value = CType(instance, IModelComponent).FriendlyPath
C#
string IModelComponent.FriendlyPath { get; }
private:
virtual property String^ FriendlyPath {
String^ get () sealed = IModelComponent::FriendlyPath::get;
}
private abstract FriendlyPath : string
private override FriendlyPath : string
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Tipo: System.String
A friendly path for the ModelComponent.