IModelComponent.OwningCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.