Propriété ModelComponent.IModelComponent.OwningCollection

Gets or sets the collection that owns the current object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private Property OwningCollection As IModelComponentCollection 
    Implements IModelComponent.OwningCollection 
    Get 
    Set
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IModelComponent.OwningCollection

Voir aussi

Référence

ModelComponent Classe

Espace de noms Microsoft.AnalysisServices