ModelComponent.IModelComponent.OwningCollection Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

IModelComponentCollection IModelComponent.OwningCollection { get; set; }
private:
property IModelComponentCollection^ OwningCollection {
    virtual IModelComponentCollection^ get() sealed = IModelComponent::OwningCollection::get;
    virtual void set(IModelComponentCollection^ value) sealed = IModelComponent::OwningCollection::set;
}
private abstract OwningCollection : IModelComponentCollection with get, set
private override OwningCollection : IModelComponentCollection with get, set
Private Property OwningCollection As IModelComponentCollection Implements IModelComponent.OwningCollection

Property Value

Type: Microsoft.AnalysisServices.IModelComponentCollection

Implements

IModelComponent.OwningCollection

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top