次の方法で共有


ModelComponent.IModelComponent.FriendlyPath プロパティ

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
ModelComponent の表示パスです。

実装

IModelComponent.FriendlyPath

関連項目

参照

ModelComponent クラス

Microsoft.AnalysisServices 名前空間