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


Свойство OwningCollection

Gets or sets the collection that contains the ModelComponent.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public Property OwningCollection As ModelComponentCollection
    Get
    Set
'Применение
Dim instance As ModelComponent
Dim value As ModelComponentCollection

value = instance.OwningCollection

instance.OwningCollection = value
[BrowsableAttribute(false)]
public ModelComponentCollection OwningCollection { get; set; }
[BrowsableAttribute(false)]
public:
property ModelComponentCollection^ OwningCollection {
    ModelComponentCollection^ get ();
    void set (ModelComponentCollection^ value);
}
[<BrowsableAttribute(false)>]
member OwningCollection : ModelComponentCollection with get, set
function get OwningCollection () : ModelComponentCollection
function set OwningCollection (value : ModelComponentCollection)

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

Тип: Microsoft.AnalysisServices. . :: . .ModelComponentCollection
The collection containing a OwningCollection.