Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a friendly path for the ModelComponent.
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
A friendly path for the ModelComponent.