Compartilhar via


Propriedade do RDL ModelComponent.IModelComponent.OwningCollection

Gets or sets the collection that owns the current object.

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

Sintaxe

'Declaração
Private Property OwningCollection As IModelComponentCollection 
    Implements IModelComponent.OwningCollection 
    Get 
    Set
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IModelComponent.OwningCollection

Consulte também

Referência

ModelComponent Classe

Namespace Microsoft.AnalysisServices