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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。