ModelComponent.IModelComponent.FriendlyPath Property
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String