次の方法で共有


ModelComponentCollection.Parent プロパティ

ModelComponentCollection を含む IModelComponent を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property Parent As IModelComponent 
    Get
'使用
Dim instance As ModelComponentCollection 
Dim value As IModelComponent 

value = instance.Parent
public IModelComponent Parent { get; }
public:
virtual property IModelComponent^ Parent {
    IModelComponent^ get () sealed;
}
abstract Parent : IModelComponent 
override Parent : IModelComponent
final function get Parent () : IModelComponent

プロパティ値

型: Microsoft.AnalysisServices.IModelComponent
ModelComponentCollection を含む IModelComponent です。

実装

IModelComponentCollection.Parent

関連項目

参照

ModelComponentCollection クラス

Microsoft.AnalysisServices 名前空間