IModelComponent.FriendlyPath 属性

命名空间:  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

实现

IModelComponent. . :: . .FriendlyPath