ModelComponent.OwningCollection Property
Applies To: SQL Server (starting with 2016)
Gets or sets the collection that contains the ModelComponent.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[BrowsableAttribute(false)]
public ModelComponentCollection OwningCollection { get; set; }
public:
[BrowsableAttribute(false)]
property ModelComponentCollection^ OwningCollection {
ModelComponentCollection^ get();
void set(ModelComponentCollection^ value);
}
[<BrowsableAttribute(false)>]
member OwningCollection : ModelComponentCollection with get, set
<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