IModelComponent.OwningCollection Property

Definition

Gets or sets the collection that owns the current object.

public Microsoft.AnalysisServices.IModelComponentCollection OwningCollection { get; set; }
member this.OwningCollection : Microsoft.AnalysisServices.IModelComponentCollection with get, set
Public Property OwningCollection As IModelComponentCollection

Property Value

The collection that owns the object.

Remarks

Removal from this collection usually destroys the object. Other objects and collections may store monikers to this object, but not direct references.

Applies to