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


Свойство IModelComponent.OwningCollection

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Private Property OwningCollection As IModelComponentCollection
    Implements IModelComponent.OwningCollection
    Get
    Set
'Применение
Dim instance As ModelComponent
Dim value As IModelComponentCollection

value = CType(instance, IModelComponent).OwningCollection

CType(instance, IModelComponent).OwningCollection = value
IModelComponentCollection IModelComponent.OwningCollection { get; set; }
private:
virtual property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get () sealed = IModelComponent::OwningCollection::get;
    void set (IModelComponentCollection^ value) sealed = IModelComponent::OwningCollection::set;
}
private abstract OwningCollection : IModelComponentCollection with get, set
private override OwningCollection : IModelComponentCollection with get, set
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Значение свойства

Тип: Microsoft.AnalysisServices. . :: . .IModelComponentCollection

Реализует

IModelComponent. . :: . .OwningCollection