IModelComponent.OwningCollection Property
Applies To: SQL Server (starting with 2016)
Gets or sets the collection that owns the current object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
IModelComponentCollection OwningCollection { get; set; }
property IModelComponentCollection^ OwningCollection {
IModelComponentCollection^ get();
void set(IModelComponentCollection^ value);
}
abstract OwningCollection : IModelComponentCollection with get, set
Property OwningCollection As IModelComponentCollection
Property Value
Type: Microsoft.AnalysisServices.IModelComponentCollection
The collection that owns the current object.
See Also
IModelComponent Interface
Microsoft.AnalysisServices Namespace
Return to top