Свойство ModelComponent.IModelComponent.FriendlyPath
Gets a friendly path for the ModelComponent.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property FriendlyPath As String
Implements IModelComponent.FriendlyPath
Get
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Значение свойства
Тип: System.String
A friendly path for the ModelComponent.