ModelComponent.OwningCollection Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the collection that contains the ModelComponent.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public ModelComponentCollection OwningCollection { get; set; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property ModelComponentCollection^ OwningCollection {
    ModelComponentCollection^ get();
    void set(ModelComponentCollection^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member OwningCollection : ModelComponentCollection with get, set
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public Property OwningCollection As ModelComponentCollection

Property Value

Type: Microsoft.AnalysisServices.ModelComponentCollection

The collection containing a OwningCollection.

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top