Поделиться через


Свойство Parent

Gets the IModelComponent that contains the ModelComponentCollection.

Пространство имен:  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
The IModelComponent that contains the ModelComponentCollection.

Реализует интерфейс

IModelComponentCollection. . :: . .Parent