ModelComponent.IModelComponent.OwningCollection Property

Gets or sets the collection that owns the current object.

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

Syntax

'Declaration
Private Property OwningCollection As IModelComponentCollection 
    Implements IModelComponent.OwningCollection 
    Get 
    Set
'Usage
Dim instance As ModelComponent 
Dim value As IModelComponentCollection 

value = CType(instance, IModelComponent).OwningCollection 

CType(instance, IModelComponent).OwningCollection = value
IModelComponentCollection IModelComponent.OwningCollection { get; set; }
private:
virtual property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get () sealed = IModelComponent::OwningCollection::get;
    void set (IModelComponentCollection^ value) sealed = IModelComponent::OwningCollection::set;
}
private abstract OwningCollection : IModelComponentCollection with get, set 
private override OwningCollection : IModelComponentCollection with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.AnalysisServices.IModelComponentCollection
The collection that owns the current object.

Implements

IModelComponent.OwningCollection

See Also

Reference

ModelComponent Class

Microsoft.AnalysisServices Namespace