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.

實作

IModelComponent.FriendlyPath

請參閱

參考

ModelComponent 類別

Microsoft.AnalysisServices 命名空間