ModelComponent.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 contains the ModelComponent.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ModelComponentCollection OwningCollection { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.OwningCollection : Microsoft.AnalysisServices.ModelComponentCollection with get, set
Public Property OwningCollection As ModelComponentCollection
Property Value
The collection containing the component.
- Attributes