ModelComponent.OwningCollection Property

Gets or sets the collection that contains the ModelComponent.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property OwningCollection As ModelComponentCollection 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.AnalysisServices.ModelComponentCollection
The collection containing a OwningCollection.

See Also

Reference

ModelComponent Class

Microsoft.AnalysisServices Namespace