Partager via


OwningCollection propriété

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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)