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


Свойство ModelComponent.IModelComponent.OwningCollection

Gets or sets the collection that owns the current object.

Пространство имен:  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
The collection that owns the current object.

Реализует

IModelComponent.OwningCollection

См. также

Справочник

ModelComponent Класс

Пространство имен Microsoft.AnalysisServices