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 支援明確介面實作的使用,但不支援新介面實作的宣告。