Partager via


Propriété IModelComponent.OwningCollection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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
Property OwningCollection As IModelComponentCollection 
    Get 
    Set
'Utilisation
Dim instance As IModelComponent 
Dim value As IModelComponentCollection 

value = instance.OwningCollection

instance.OwningCollection = value
IModelComponentCollection OwningCollection { get; set; }
property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get ();
    void set (IModelComponentCollection^ value);
}
abstract OwningCollection : IModelComponentCollection with get, set
function get OwningCollection () : IModelComponentCollection 
function set OwningCollection (value : IModelComponentCollection)

Valeur de propriété

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

Voir aussi

Référence

IModelComponent Interface

Espace de noms Microsoft.AnalysisServices